Interview Questions on EJB Transactions
What are Bean-Managed Transactions? What are some tips for using bean-managed transaction demarcation? What is JTS ? What are trans...
What are Bean-Managed Transactions? What are some tips for using bean-managed transaction demarcation? What is JTS ? What are trans...
Transactions must have four properties recalled with the acronym ACID: Atomicity, Consistency, Isolation and Durability. Atomicity is "...;
The EJB specification indicates that the API for controlling transaction isolation level is specific to the resource manager implementation,...
Session beans should use bean-managed transaction demarcation, although can use container-managed demarcation. Entity beans must use contain...
The different Transaction Attributes are:- Required RequiresNew Manadatory Supports Never NotSupported The following are some of the...
JTS is Transaction related services and it specifies the implementation of a Transaction Manager, which supports the Java Transaction API (J...
Bean Managed Transactions are - -Not supported in entity beans -Either Session or Message Driven Beans can have Bean Managed Transactions...