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
Explain the importance of drivermanager.
What is resultset in jdbc with example?
When do we use execute method in java jdbc?
What are the ddl statements?
What are different parts of a url?
What is jdbc? Describe the steps needed to execute a sql query using jdbc.
Give an example of code used for setting up connection with a driver.
What is an SQL Locator?
What is jdbc and explain jdbc architecture?
What do you mean by database connection pooling?
What are types of jdbc drivers?
What are jdbc and its components?
What is JDBC RowSet? What are different types of RowSet?
What are the 4 types of jdbc drivers?
Write an sql to find all records having all numeric characters in a field ?