What are the Isolation level in JDBC transaction?



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

Post New Answer

More JDBC Interview Questions

Is not bound in this context unable to find jdbc spring boot?

0 Answers  


I have getting problem to calling stored procedure from Mysql through JSP. Please help me.

1 Answers  


Explain some new features available in jdbc 4.0?

0 Answers  


What happens if connection is not closed in jdbc?

0 Answers  


What are the different types of statements? How we can you use preparedstatement.

0 Answers  






How transactions are performed using JDBC ?

2 Answers  


How can I determine where a given table is referenced via foreign keys?

0 Answers  


Explain the steps in writing a java program using jdbc?

0 Answers  


What is getconnection method in java?

0 Answers  


What is the function of setautocommit?

0 Answers  


How can we retrieve data from the resultset?

0 Answers  


Statement, PrepareStatement and Callable all these are interfaces. Thought it is a interface how come we are creating objects and calling methods("preparestatement()") in it. In which class this method is defined. Please let me know. Thanks in advance. example: PreparedStatement pre = con.prepareStatement( "UPDATE COFFEES SET SALES = ? WHERE COF_NAME LIKE ?");

2 Answers  


Categories