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 |
Can I set up a connection pool with multiple user IDs? The single ID we are forced to use causes problems when debugging the DBMS.
How do we load the drivers?
Difference between Dirty, commited ,phantom,repeatable reads?
Does jdbc require oracle client?
How the information about db(database) can be retrieved?
Why jdbc is used in java?
How many types of JDBC drivers are there and what are they?
How do I start debugging problems related to the JDBC API?
Does jdbctemplate close connection?
How a database driver can be loaded with jdbc 4.0 / java 6?
How to retrieve warnings in jdbc?
What are the different types of statements? How we can you use preparedstatement.