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
What are the considerations for deciding on transaction boundaries?
Is jdbc a web technology?
Explain the locking system in jdbc & its types?
Is jdbc object oriented?
How to connect multiple database in jdbc?
Where is ojdbc14 jar located?
List the common jdbc exceptions ?
Result set’s index starts with 0 or 1?
What does the jdbc resultset interface?
What are the benefits of PreparedStatement over Statement?
Which type of JDBC driver is the fastest one?
What does executeupdate return in java?
What happens if connection is not closed in jdbc?
What is the JDBC syntax for using a literal or variable in a standard Statement?
List the advantages of using datasource?