Can we use the one instance of Statment to execute more
than one query ?
Answer Posted / sathya
Yes,its possible to use the same instance provided the
Result Set of the first Statement is fetchd out.
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
How can you load the drivers?
What isolation level is used by the DBMS when inserting, updating and selecting rows from a database?
What are the new features added to JDBC 4.0?
When do we use execute method in java jdbc?
What are the higher level apis under development on top of jdbc currently?
How do you determine the sensitivity of the ResultSet object?
What is the use of getGeneratedKeys() method in Statement?
What is difference between statement and preparedstatement in jdbc?
If you are truncated using JDBC, how can you that how much data is truncated?
What is ODBC and JDBC? How do you connect the Database?
What is DML?
Explain the difference between rowset vs. Resultset in jdbc?
What is ojdbc?
How you restrict a user to cut and paste from the html page using java programing?
What are the advantages of using jdbc datasource?