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 does the jdbc driver interface do?
What is JDBC Driver interface?
Stored procedure purpose?
How warnings are retrieved in JDBC?
What is 2-tier and 3-tier architecture?
Can you create an index on sex column where there is M or F?
What does executeupdate return in java?
What are the different classes through which JDBC represents statements?
how to retrieve sql exceptions
How can we move the cursor in a scrollable result set?
What is jdbc oracle thin?
What is 2 phase commit?