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 is a jdbc connection pool?
What is preparedstatement in jdbc?
Compare jdbc and odbc and how is jdbc required in this context.
What are jdbc and its components?
What is represented by the connection object?
What are the jdbc drivers in java?
How can I determine the isolation levels supported by my DBMS?
What does jdbc do?
When does the result for an sql statement return null?
What is the use of statement in jdbc?
What is sqlwarning and discuss the procedure of retrieving warnings?
How to achieve JDBC Connection Pooling using JDBC DataSource and JNDI in Apache Tomcat Server?
How can I manage special characters when I execute an insert query?
How to retrieve warnings in jdbc?
What is the benefit of having jdbcrowset implementation?