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 are different types of JDBC Drivers?
Which database is used for java?
How do I insert an image file (or other raw data) into a database?
What is jdbc connection interface?
What are the packages are used in jdbc?
Does jdbctemplate close connection?
Differentiate between stored procedure and functions?
Is odbc an api?
What is executeupdate in java?
How can we maintain the integrity of a database by using jdbc?
What is the use of dialect?
How can you retrieve data from the resultset using jdbc?
What is thin driver in jdbc?
Explain about the Try Block?
What types of DataSource objects are specified in the Optional Package?