How many types of statements are there in jdbc?


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

Post New Answer

More JDBC Interview Questions

How do I connect to jdbc?

0 Answers  


What are the 4 types of jdbc drivers?

0 Answers  


what is call level interface?

1 Answers  


What is the jdbc rowset?

0 Answers  


What are different parts of a url?

0 Answers  






what are the Different types of exceptions in JDBC?

1 Answers  


How does a file store compare with a jdbc store?

0 Answers  


Result set’s index starts with 0 or 1?

0 Answers  


How can you load the drivers in jdbc?

1 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,


What are the three basic components of the odbc architecture?

0 Answers  


What are the different types of statements in jdbc?

0 Answers  


Categories