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 are the types of statements in jdbc?
What are 4 drivers available in JDBC? At what situation are four of the drivers used?
What is jdbc architecture?
Which database is used for java?
What is the use of getGeneratedKeys() method in Statement?
Name the new features added in jdbc 4.0.
What is benefit of using preparedstatement in java?
How many types of JDBC Drivers are present and what are they?
Which database is used with java?
What are the advantages of collection pools?
Is it possible to connect to multiple databases simultaneously? Using single statement can one update or extract data from multiple databases?
How many locking systems are there in jdbc?
What are drivers available?
How can I get or redirect the log used by DriverManager and JDBC drivers?
What is a jdbc connection?