What is a lock in jdbc?


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

Post New Answer

More JDBC Interview Questions

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,


How does jdbc connect to database?

0 Answers  


What is jdbc driver for sql server?

0 Answers  


What are the higher level apis under development on top of jdbc currently?

0 Answers  


What is the benefit of having jdbcrowset implementation?

0 Answers  






What is the use of callablestatement? Name the method, which is used to prepare a callablestatement.

0 Answers  


What do you understand by jdbc statements?

0 Answers  


Jdbc-odbc bridge is multi-threaded or not?

0 Answers  


What does jdbc do?

0 Answers  


Explain the necessary steps to connect to the database in java?

0 Answers  


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

0 Answers  


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

0 Answers  


Categories