There is a method getColumnCount in the JDBC API. Is there a similar method to find the number of rows in a result set?


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

Post New Answer

More JDBC Interview Questions

what is rowset?

3 Answers   Marlabs,


Can I use JDBC to execute non-standard features that my DBMS provides?

0 Answers  


What is JDBC PreparedStatement?

0 Answers  


What does setautocommit do?

0 Answers  


what is call level interface?

1 Answers  






Is jdbc object oriented?

0 Answers  


Does the database server have to be running Java or have Java support in order for my remote JDBC client app to access the database?

0 Answers  


Explain the role of driver in jdbc.

0 Answers  


is java pure object oriented or not ?

7 Answers  


What is the limitation of PreparedStatement and how to overcome it?

0 Answers  


What is url in jdbc connection?

0 Answers  


What is the equivalent method for precompiled SQL Statement in JDBC?

1 Answers  


Categories