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 |
What is the difference between ojdbc6 and ojdbc7?
Does the database server have to be running Java or have Java support in order for my remote JDBC client app to access the database?
What is an advantage of using the jdbc connection pool?
Can I enable requests to a jdbc connection pool for a database connection to wait until a connection is available?
How we store procedure in oralce for callable statements in jdbc
Discuss the procedure of retrieving warnings?
What are the packages are used in jdbc?
What is a JDBC 2.0 DataSource?
Which type of JDBC driver is the fastest one?
What is the exception thrown by JDBC ?
Can I use JDBC to execute non-standard features that my DBMS provides?
What are the different types of modifiers?