commit() and rollback() methods are defined in which
interface?
Answer Posted / shekhar
Connection Interface
| Is This Answer Correct ? | 40 Yes | 2 No |
Post New Answer View All Answers
How can I manage special characters when I execute an insert query?
What is use of connection pooling?
What are 4 drivers available in JDBC? At what situation are four of the drivers used?
What is jdbc and why is it required?
The new features of the JDBC 2.0 API, will be supported for JDBC-ODBC Bridge?
Does the JDBC-ODBC Bridge support multiple concurrent open statements per connection?
Explain different types of locks in jdbc?
What are the advantages of database connection pooling?
What is difference between jdbc and odbc?
What are the jdbc statements?
How do I retrieve a whole row of data at once, instead of calling an individual ResultSet.getXXX method for each column?
How to check jdbc connection in linux?
What is the fastest type of JDBC driver?
What is the difference between setmaxrows(int) and setfetchsize(int)?
Why is jdbc used?