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

How to set NULL values in JDBC PreparedStatement?

0 Answers  


What does Class.forName return?

8 Answers   IBM,


What is metadata in jdbc?

0 Answers  


code to insert values/rows into oracle database from a java swing textfield when a button is pressed(using preparedstatements)

0 Answers  


How can you know about drivers and database information ?

0 Answers  






What are 4 drivers available in JDBC? At what situation are four of the drivers used?

0 Answers  


Can I set up a connection pool with multiple user IDs? The single ID we are forced to use causes problems when debugging the DBMS.

0 Answers  


What is jdbc servlet?

0 Answers  


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

0 Answers  


How transactions are performed using JDBC ?

2 Answers  


What is the difference between jdbc and odbc?

0 Answers  


How can I instantiate and load a new CachedRowSet object from a non-JDBC source?

0 Answers  


Categories