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
What is JDBC Driver interface?
What is jdbc stand for?
What is the latest version of JDBC? What are the new features added in that?
How do I set properties for a JDBC driver and where are the properties stored?
What does connection pooling mean ?
Explain the necessary steps to connect to the database in java?
How many locking systems are there in jdbc?
The new features of the JDBC 2.0 API, will be supported for JDBC-ODBC Bridge?
What should be done for auto generating primary key id in a table ?
How does jdbc driver work?
What is database deadlock ? How can we avoid them?
How to achieve JDBC Connection Pooling using JDBC DataSource and JNDI in Apache Tomcat Server?
Does jdbc use odbc?
Once I have the Java 2 SDK, Standard Edition, from Sun, what else do I need to connect to a database?
Result set’s index starts with 0 or 1?