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
Is jpa faster than jdbc?
Explain what should be done when a SQL exception is raised?
Does the JDBC-ODBC Bridge work with Microsoft J++?
What is odbc and jdbc drivers?
How can you create jdbc statements?
RowSetInternal caller and returns void. What can I do in the readData method?
Is jdbc faster than hibernate?
What is the full form of jdbc and what is its purpose?
What is an escape syntax?
What are the common JDBC problems that you got and how do you solved them?
Discuss the significances of jdbc.
What are jdbc and its components?
What are the differences between setmaxrows(int) and setfetchsize(int)?
code to insert values/rows into oracle database from a java swing textfield when a button is pressed(using preparedstatements)
What is JDBC PreparedStatement?