commit() and rollback() methods are defined in which
interface?
Answer Posted / subrahmanyam
commit() adn rollback() methods are defined in
java.sql.Connection Interface.
First answer is correct
Is This Answer Correct ? | 39 Yes | 1 No |
Post New Answer View All Answers
What is the meaning of connection?
How many packages are available in jdbc api?
How will you perform truncation using JDBC?
Where jdbc drivermanager class is used?
What is jdbc oracle thin?
What is the use of callablestatement? Name the method, which is used to prepare a callablestatement.
Explain creation of statement object with connection method create method with help of an example.
Under what circumstances, that all four drivers are used?
What is meant by dao?
Which type of driver provides jdbc access via one or more odbc drivers?
What is execute in java?
What is jdbc and odbc?
What does adapter class provide?
What is database connection pooling? Advantages of using a connection pool?
What are the considerations for deciding on transaction boundaries?