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
Why do we use jdbc in java?
Describe how the jdbc application works.
What is meant by jdbc?
How does jdbc driver work?
RowSetInternal caller and returns void. What can I do in the readData method?
What are the jdbc api components?
What is jdbc odbc in java?
password, is stored in as plain text. What can I do to protect my passwords?
Why “no suitable driver” error occurs?
Under what circumstances, that all four drivers are used?
What is the use of statement in jdbc?
What is the advantage of namedparameterjdbctemplate?
What are different types of JDBC Drivers?
Explain the main method?
Which package contains jdbc api?