How many isolation levels are supported in JDBC and what
are they?
Answer Posted / 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 |
Post New Answer View All Answers
What are the new features available in jdbc 4.0?
What are the three basic components of the odbc architecture?
What is resultset in jdbc with example?
What does jdbc setmaxrows method do?
How to achieve JDBC Connection Pooling using JDBC DataSource and JNDI in Apache Tomcat Server?
How do I connect to jdbc?
How to test jdbc connection to sql server?
What is the major difference between java.util.date and java.sql.date data type?
What is a datasource in java?
How can you make the connection using jdbc?
How do you insert images into database using jdbc?
What do you understand by jdbc datasource?
Describe how the jdbc application works.
How do we call a stored procedure from jdbc?
Is uri the same as url?