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 a rollback in jdbc?
What happens if connection is not closed in jdbc?
Explain the process of creating tables using NetBeans IDE?
Why do we need jdbc api?
How to insert an image or raw data into database?
What is db client?
Is jdbc a middleware?
What is odbc. how is it related to sql cli?
What is the jdbc rowset?
What protocol does jdbc use?
How can we retrieve the file in the oracle database?
Which package is used for jdbc application?
What are collection pools?
How do I know which jdbc driver to use?
Which of the attributes in the monitoring tab for a jdbc connection pool in the administrative console tell us how many clients are currently waiting for a connection?