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
What is the limitation of PreparedStatement and how to overcome it?
What is JDBC Connection? Explain steps to get Database connection in a simple java program.
What is isolation level? How to set it?
What is the purpose of the jdbc resultset interface?
What are the flow statements of jdbc?
What is jndi lookup?
Explain the life cycle of jdbc.
How to connect multiple database in jdbc?
How do I find whether a parameter exists in the request object?
password, is stored in as plain text. What can I do to protect my passwords?
What is JDBC ResultSet?
Explain about column name and getter method?
What is the benefit of having jdbcrowset implementation?
How the JDBC application works?
What happens if connection is not closed in jdbc?