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 |
How to check jdbc connection in java?
What is the role of the jdbc drivermanager class?
Is there any limitation for no of statments executed with in batchupdate?
How we say that PreparedStatment is Precompiled? where it will be compiled?
Why do we need jdbc driver?
Write a program JDBCcode forfetching student database with SQL.
What are different types of JDBC Drivers?
What is JDBC ResultSet?
What is JDBC Transaction Management and why do we need it?
Explain creation of statement object with connection method create method with help of an example.
How to insert and delete a row programmatically? (new feature in JDBC 2.0)
What are the different types of drivers under jdbc?