What are the Isolation level in JDBC transaction?
Answer / niranjanravi
dirty reads
non-repeatable reads
phantom reads
| Is This Answer Correct ? | 0 Yes | 3 No |
What are the exceptions in jdbc?
Give an example of code used for setting up connection with a driver.
What is difference between jdbc and odbc?
How to move the cursor in scrollable resultset ?
What does jdbc setmaxrows method do?
What is PreparedStatement?
Explain the process of creating tables using NetBeans IDE?
Difference between Dirty, commited ,phantom,repeatable reads?
What are the advantages of using preparedstatement over statement?
What is Type-2 Driver and when this driver is used?
What is connection data?
Does jdbc use ssl?