What does the jdbc resultsetmetadata interface?


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

Post New Answer

More JDBC Interview Questions

What type of driver called is pure Java driver?

3 Answers   Vertex,


How do I set properties for a JDBC driver and where are the properties stored?

0 Answers  


What do you understand by jdbc driver and explain its types?

0 Answers  


Explain in detail about JDBC and its general features?

0 Answers  


How can you use preparedstatement in jdbc?

0 Answers  






What does the jdbc databasemetadata interface?

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,


How do I insert an image file (or other raw data) into a database?

0 Answers  


What is a Connection?

1 Answers  


Why jdbc is used in java?

0 Answers  


What are the jdbc api components?

0 Answers  


Without using of Class.forName(? ?), how do you connect to db?

3 Answers   IBM,


Categories