If you liked this question/asnwer, make sure you
Subscribe to KyaPoocha.com RSS feed!
BOOKMARK THIS : BlinkList | del.icio.us | Digg it | Furl | reddit | StumbleUpon | Yahoo MyWeb |
Related Interview Questions
Explain the different Transaction Attributes and Isolation Levels with reference to a scenario. 27.10.08
The Enterprise JavaBeans model supports six different transaction rules: · TX_BEAN_MANAGED. The TX_BEAN_MANAGED setting indicates that the en...What’s the maximum size of a row ? 17.07.08
A transaction is a logical unit of work in which, all the steps must be performed or none. ACID stands for Atomicity, Consistency, Isolation, Durability. These...Explain transactions, commits and rollbacks in DB2 ? 02.04.08
In DB2 a transaction typically requires a series of updates, insertions and deletions that represent a logical unit of work. A transaction puts an implicit lock...What are Benefits of wrapping database calls into MTS transactions? 16.04.07
If database calls are made within the context of a transaction, aborting the transaction will undo and changes that occur within that transaction. This removes...What is Read-Only Transaction? 03.11.06
A Read-Only transaction ensures that the results of each query executed in the transaction are consistent with respect to the same point in time....What is JTA and JTS? 02.10.06
JTA is the abbreviation for the Java Transaction API. JTS is the abbreviation for the Jave Transaction Service. JTA provides a standard interface and allows you...Explain ACID rule of thumb for transactions. 04.07.06
A transaction must be: 1.      Atomic - it is one unit of work and does not dependent on previous and following transactions. 2.      Consistent...Explain ACID rule of thumb for transactions. 26.03.06
Transaction must be Atomic (it is one unit of work and does not dependent on previous and following transactions), Consistent (data is either committed or roll...Explain acid properties?. 14.03.06
The term ACID conveys the role transactions play in mission-critical applications. Coined by transaction processing pioneers, ACID stands for atomicity, consist...What is transaction manager 11.03.06
Provides the services and management functions required to support transaction demarcation, transactional resource management, synchronization, and transaction...