Answer Posted / devarathnam c,kotagudibanda(po
Hi...You can use one separate query for that purpose
i.e String query ="select count(*) from emp";
It will give u total no.of records in ResultSet.
| Is This Answer Correct ? | 2 Yes | 5 No |
Post New Answer View All Answers
Can I use JDBC to execute non-standard features that my DBMS provides?
What is com mysql jdbc driver?
What are the exceptions in jdbc?
How does jdbc work?
How can we maintain the integrity of a database by using jdbc?
Why resultset is used in java?
Which is faster jdbc or odbc?
What is thin driver in jdbc?
How does JDBC API helps us in achieving loose coupling between Java Program and JDBC Drivers API?
What is a statement?
Is jdbc a framework?
How can we set null value in jdbc preparedstatement?
How do I insert/update records with some of the columns having NULL value?
What is jdbc odbc driver?
What is db client?