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

code to insert values/rows into oracle database from a java swing textfield when a button is pressed(using preparedstatements)

0 Answers  


Is it possible to connect to multiple databases simultaneously? Using single statement can one update or extract data from multiple databases?

0 Answers  


how can we connect to db without using getConnection() method

4 Answers  


What is createstatement method in java?

0 Answers  


There is a method getColumnCount in the JDBC API. Is there a similar method to find the number of rows in a result set?

0 Answers  






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

1 Answers  


Does the database server have to be running Java or have Java support in order for my remote JDBC client app to access the database?

0 Answers  


Can you create an index on sex column where there is M or F?

1 Answers   Wipro,


How to rollback a JDBC transaction?

0 Answers  


What are the components of jdbc?

0 Answers  


What is the limitation of PreparedStatement and how to overcome it?

0 Answers  


How do I receive a ResultSet from a stored procedure?

0 Answers  


Categories