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

Answer Posted / 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       View All Answers


Please Help Members By Posting Answers For Below Questions

How can you retrieve data from the resultset using jdbc?

551


What are the methods which can verify the cursor particular position?

552


What is jdbc connection class?

470


Why should we close database connections in java?

685


What is jdbc architecture in java?

472






How do I write Greek ( or other non-ASCII/8859-1 ) characters to a database?

608


Is jdbc database independent?

495


What is ojvm used for?

548


How are jdbc statements used?

500


How can you load the drivers?

550


What is jdbc dialect?

505


List some new features available in jdbc 4.0?

480


How many types of jdbc drivers are available?

492


How vendor Naming registry supports JNDI?

1765


what happen if we set JDBC string to NULL?

2945