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 does jdbc stand for?
What do you mean by database connection pooling?
Prepared statements are faster. Why?
What are jdbc?
Why do we use jdbc in java?
password, is stored in as plain text. What can I do to protect my passwords?
What is in terms of jdbc a datasource?
What are the differences between stored procedure and functions?
Is jpa faster than jdbc?
What are the basic exceptions in jdbc?
What are the different types of locking in JDBC?
How many packages are available in jdbc api?
RowSetInternal caller and returns void. What can I do in the readData method?
Which is faster jdbc or odbc?
What is jdbc dialect?