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 |
Name the new features added in jdbc 4.0.
If iam using JDBC API, do I also have to use ODBC?
how to prevent finally block from execution
What is the role of jdbc drivermanager class?
How we can you use preparedstatement.
What is jdbc and jdbc drivers?
How to get the data from a table into a buffer?
Does jdbc require oracle client?
How many types of jdbc drivers are there?
What is database null and Java null?
What protocol does jdbc use?
Explain about the Try Block?