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 causes no suitable driver error?
State the different connection methods used for creating different types of sql.
What is the jdbc rowset?
Does jdbc use ssl?
What is use of connection pooling?
What does jdbc do?
Write a program JDBCcode forfetching student database with SQL.
What are database warnings in jdbc and how can we handle database warnings in jdbc?
What is jdbc architecture?
How do we load the drivers?
Why do we need jdbc api?
Is jdbc connection secure?
Are all the required JDBC drivers to establish connectivity to my database part of the JDK?
What is jdbc and explain jdbc architecture?
What is the limitation of PreparedStatement and how to overcome it?