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
What is executeupdate in java?
State the different connection methods used for creating different types of sql.
What is database deadlock ?
What does the jdbc resultsetmetadata interface?
What is represented by the connection object?
Why we use jdbc instead of odbc?
What is the full form of jdbc and what is its purpose?
How does a file store compare with a jdbc store?
What is isolation level? How to set it?
What are temp tables ?
Result set’s index starts with 0 or 1?
Does jpa use jdbc?
What is jdbc in dbms?
How can we maintain the integrity of a database by using jdbc?
What is an advantage of using the jdbc connection pool?