How many isolation levels are supported in JDBC and what
are they?



How many isolation levels are supported in JDBC and what are they?..

Answer / harish

total five isolation levels that are supported by JDBC.
they are
1. TRANSACTION_SERIALIZABLE
2. TRANSACTION_READ_UNCOMMITED
3. TRANSACTION_REPEATABLE-READ
4. TRANSACTION_READ_COMMITED
5. TRANSACTION_NONE

Is This Answer Correct ?    3 Yes 4 No

Post New Answer

More JDBC Interview Questions

What driver should I use for scalable Oracle JDBC applications?

0 Answers  


What are the main components of JDBC ?

0 Answers  


how can we get the metaData (columnNames) from a table which has no Records..

2 Answers  


How to use JDBC API to call Stored Procedures?

0 Answers  


Which jdbc driver is the fastest driver?

0 Answers  






What is a jdbc connection string?

0 Answers  


Which is better jpa or jdbc?

0 Answers  


what is connection pooling?

6 Answers   Wipro,


What does the jdbc driver interface do?

0 Answers  


What are different parts of a url?

0 Answers  


What are common JDBC Exceptions?

0 Answers  


What are devices?

0 Answers  


Categories