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
How many ways can you update a result set?
How can we execute stored procedures using callablestatement?
Jdbc-odbc bridge is multi-threaded or not?
How can you retrieve data from the resultset using jdbc?
What does the jdbc databasemetadata interface?
Is oracle client required for jdbc connection?
Which interface is responsible for transaction management in jdbc?
Why we use jdbc instead of odbc?
What is in term of jdbc a datasource?
What is a rollback in jdbc?
What is preparedstatement in jdbc?
What is jdbc driver manager?
Differentiate between type_scroll_insensitive and type_scroll_sensitive.
How many types of jdbc drivers are there?
What are the advantages of using preparedstatement over statement?