What is “dirty read” in JDBC? Which isolation level prevents dirty read?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More JDBC Interview Questions

Explain the difference between rowset vs. Resultset in jdbc?

0 Answers  


What are dml and ddl?

0 Answers  


What is jdbc and why is it required?

0 Answers  


Hi my doubt is that preparedStatement is a interface means which has no implemenation.plz go thru the code below String sql = "SELECT * FROM movies WHERE year_made = ?"; prest = con.prepareStatement(sql); prest.setInt(1,2002); ResultSet rs1 = prest.executeQuery(); Now setInt and executeQuery how it works since it is interface it does not have implementation how it works, how executeQuery returns result from database as executequery method has no implementation even in Statement interface.

4 Answers   Cybermate, Hexaware,


Stored procedure purpose?

2 Answers  






What are the steps to connect to a database in java?

0 Answers  


How many types of JDBC Drivers are present and what are they?

0 Answers  


signature of init method?

2 Answers  


How many types of resultset are there in jdbc?

0 Answers  


How do I stop nullpointerexception?

0 Answers  


Which package contains jdbc api?

0 Answers  


What are the advantages of using preparedstatement over statement?

0 Answers  


Categories