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?
TRANSACTIONWRITECOMMITTED
TRANSACTIONREPEATABLEREAD
TRANYSACTIONREAD, UNCOMMITTED
TRANSACTION WRITEUNCOMMITTED
TRANSACTIONSERIALIZABLE
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
