Which isolation level prevents dirty read in JDBC, connection class.

A) TRANSACTION_READ_UNCOMMITTED
B) TRANSACTION_READ_ COMMITTED
C) TRANSACTION_SERIALIZABLE
D) TRANSACTION_REPEATABLE_READ.
Explanation: A Dirty read allows a row changed by one transaction to be read by another transaction before any change in the row has been committed.

Showing Answers 1 - 1 of 1 Answers

Sunanda

  • Jan 19th, 2006
 

B) TRANSACTION_READ_ COMMITTED

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions