What is the purpose of the jdbc resultset interface?


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

Post New Answer

More JDBC Interview Questions

What does the jdbc resultsetmetadata interface?

0 Answers  


What is odbc and jdbc?

0 Answers  


Explain in detail about JDBC and its general features?

0 Answers  


What is data source in java?

0 Answers  


Explain about column name and getter method?

0 Answers  






What is url in jdbc connection?

0 Answers  


What are the differences between resultset and rowset?

0 Answers  


Explain the difference between resultset and rowset in jdbc

0 Answers  


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

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,


Is JDBC a language or Application?

3 Answers  


Write an sql to find all records having all numeric characters in a field ?

0 Answers  


Categories