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 are the conditions applies to varchar variable, when using in procedures?
preparedstatement p= new preparedstatement is it possible ?
10 Answers Fidelity, IBM, Infrasys,
Prepared statements are faster. Why?
How to set NULL values in JDBC PreparedStatement?
What is jdbc resultsetmetadata interface?
What is a jdbctemplate?
What is batch processing and how to perform batch processing in jdbc?
What is two-phase commit in the database?
What is sqlwarning?
What is a connection string used for?
Compare jdbc and odbc and how is jdbc required in this context.
How to find total column from a resultset?