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 do you mean by two phase commits?

0 Answers  


List the common jdbc exceptions ?

0 Answers  


What is phantom read and which isolation level prevents it?

0 Answers  


Describe odbc?

0 Answers  


What is a statement?

0 Answers  






How can we execute stored procedures?

0 Answers  


Explain the necessary steps to connect to the database in java?

0 Answers  


Is there any limitation for no of statments executed with in batchupdate?

2 Answers   HSBC, IBM,


What are the differences between setmaxrows(int) and setfetchsize(int)?

0 Answers  


Is jdbc open source?

0 Answers  


What are the different types of locking in JDBC?

0 Answers  


what does batchUpdate does?

6 Answers   HCL,


Categories