What is isolation level? How to set it?



What is isolation level? How to set it?..

Answer / Javed Akhtar

Isolation level determines how transactions interact with other transactions. You can set the isolation level when creating a statement or connection in JDBC using the `java.sql.Connection.setTransactionIsolation` method or using appropriate properties when connecting to the database.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More JDBC Interview Questions

r u used any design patterns in your project?

3 Answers   Wipro,


why are using type4 driver in realtime projects?

4 Answers  


How many types of resultset are there in jdbc?

1 Answers  


Explain the role of driver in jdbc.

1 Answers  


Explain the difference between rowset vs. Resultset in jdbc?

1 Answers  


Is java a database?

1 Answers  


What is a JDBC 2.0 DataSource?

1 Answers  


What are the advantages of collection pools?

1 Answers  


What is a PreparedStatement?

3 Answers   Infosys,


What is a jdbc connection pool?

1 Answers  


What is the significance of DataBaseMetaData.tableIndexStatistics? How to obtain and use it?

1 Answers  


In JDBC, All the API?s are interfaces? Where is the actual implementation?

3 Answers   HCL,


Categories