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 is drivermanager in jdbc?

0 Answers  


Is it possible to connect to multiple databases? Using single statement can we update or extract data from two or three or many databases?

0 Answers  


Explain the JDBC Architecture?

0 Answers  


How do I load a database driver with JDBC 4.0 / Java 6?

0 Answers  


Is it possible to connect to multiple databases simultaneously?

0 Answers  


What are the advantages of using preparedstatement in java?

0 Answers  


password, is stored in as plain text. What can I do to protect my passwords?

0 Answers  


What are the jdbc drivers in java?

0 Answers  


Does jdbctemplate close connection?

0 Answers  


How to find number of records in result set?

2 Answers  


What is an encrypted internet connection?

0 Answers  


How to store images in database?

2 Answers  


Categories