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 common JDBC problems that you got and how do you solved them?
How can you make the connection using jdbc?
How many types of resultset are there in jdbc?
What are the measures to connect to the db using jdbc?
What are different types of JDBC Drivers?
What are the different types of locking in JDBC?
Explain how to make updates to the updatable resultsets.
How can we set null value in jdbc preparedstatement?
Is jdbc a middleware?
What are the three parts of a jdbc url?
How to set NULL values in JDBC PreparedStatement?
How do you insert images into database using jdbc?
What is odbc and jdbc in dbms?
What is the query used to display all tables names in SQL Server (Query analyzer)?
What is the difference between setmaxrows(int) and setfetchsize(int)?