commit() and rollback() methods are defined in which
interface?
Answers were Sorted based on User's Feedback
Answer / subrahmanyam
commit() adn rollback() methods are defined in
java.sql.Connection Interface.
First answer is correct
| Is This Answer Correct ? | 39 Yes | 1 No |
Is JDBC a language or Application?
Can we use the one instance of Statment to execute more than one query ?
How do I retrieve a whole row of data at once, instead of calling an individual ResultSet.getXXX method for each column?
How do find debugging problems related to JDBC API?
How java can be connected to a database?
What is odbc jdbc?
How can I get or redirect the log used by DriverManager and JDBC drivers?
What is Type-3 Driver and when this driver is used?
Can I set up a connection pool with multiple user IDs? The single ID we are forced to use causes problems when debugging the DBMS.
Can we have foreign key reference to a non primary key column ?
How to find that, a row is updated or not?
What is database null and Java null?