How many isolation levels are supported in JDBC and what
are they?
Answer / 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 |
What is the purpose of jdbc?
What is executequery in java?
What is connection pooling? What Method and class used for Connection pooling in Java?
How to find the column count in resultset?
What class.forname does, while loading the drivers?
What is JDBC API and when do we use it?
Explain creation of statement object with connection method create method with help of an example.
What is JDBC Transaction Management and why do we need it?
What are JDBC Best Practices?
How do I find ojdbc jar version?
What is JDBC Connection isolation levels?
how we can remove hard code in java?