Question: While using distributed transactions in Java JDBC we often use getTransactionIsolation ( ) and setTran actionIsolation ( ) methods of the java.sql . Connection interface

While using distributed transactions in Java JDBC we often use getTransactionIsolation() and
setTranactionIsolation() methods of the java.sql. Connection interface too change the transaction
levels. Which of the following are valid transaction levels allowed for such changes?
TRANSACTION_WRITE_COMMITTED
TRANSACTION_REPEATABLE_READ
TRANYSACTION_READ, UNCOMMITTED
TRANSACTION WRITE_UNCOMMITTED
TRANSACTION_SERIALIZABLE
 While using distributed transactions in Java JDBC we often use getTransactionIsolation()

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!