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 is drivermanager in jdbc?
Is it possible to connect to multiple databases? Using single statement can we update or extract data from two or three or many databases?
Explain the JDBC Architecture?
How do I load a database driver with JDBC 4.0 / Java 6?
Is it possible to connect to multiple databases simultaneously?
What are the advantages of using preparedstatement in java?
password, is stored in as plain text. What can I do to protect my passwords?
What are the jdbc drivers in java?
Does jdbctemplate close connection?
How to find number of records in result set?
What is an encrypted internet connection?
How to store images in database?