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 |
Which database is used with java?
How can you make the connection using jdbc?
How to insert and delete a row programmatically? (new feature in JDBC 2.0)
is that compulsory to have Primarykey-forignkey for joints (outer inner,equal)
Why did my jdbc code throw a rollback sqlexception?
What are the differences between execute, executequery, and executeupdate?
Explain how to make updates to the updatable resultsets.
What is the use of dialect?
What is jdbc explain?
What is jdbc and jpa?
What is metadata in programming?
Explain what should be done when a SQL exception is raised?