How to find number of records in result set?
Answers were Sorted based on User's Feedback
Answer / 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 |
Differentiate between type_scroll_insensitive and type_scroll_sensitive.
Diff bet.. Function and Trigger?
what is the current version of JDBC? and explain its features?
r u used any design patterns in your project?
Differentiate between a statement and a preparedstatement.
What isolation level is used by the DBMS when inserting, updating and selecting rows from a database?
What is the feature of jdbc v4?
What are the flow statements of jdbc?
What are the different types of modifiers?
What is a Connection?
What is jdbc driver for sql server?
What are statements in JAVA ?