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 |
r u used any design patterns in your project?
why are using type4 driver in realtime projects?
How many types of resultset are there in jdbc?
Explain the role of driver in jdbc.
Explain the difference between rowset vs. Resultset in jdbc?
Is java a database?
What is a JDBC 2.0 DataSource?
What are the advantages of collection pools?
What is a PreparedStatement?
What is a jdbc connection pool?
What is the significance of DataBaseMetaData.tableIndexStatistics? How to obtain and use it?
In JDBC, All the API?s are interfaces? Where is the actual implementation?