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 driver should I use for scalable Oracle JDBC applications?
What are the main components of JDBC ?
how can we get the metaData (columnNames) from a table which has no Records..
How to use JDBC API to call Stored Procedures?
Which jdbc driver is the fastest driver?
What is a jdbc connection string?
Which is better jpa or jdbc?
what is connection pooling?
What does the jdbc driver interface do?
What are different parts of a url?
What are common JDBC Exceptions?
What are devices?