commit() and rollback() methods are defined in which
interface?

Answers were Sorted based on User's Feedback



commit() and rollback() methods are defined in which interface?..

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

commit() and rollback() methods are defined in which interface?..

Answer / shekhar

Connection Interface

Is This Answer Correct ?    40 Yes 2 No

commit() and rollback() methods are defined in which interface?..

Answer / guest

Connection interface

Is This Answer Correct ?    19 Yes 3 No

commit() and rollback() methods are defined in which interface?..

Answer / rakesh

Transaction

Is This Answer Correct ?    0 Yes 4 No

commit() and rollback() methods are defined in which interface?..

Answer / guest

ResultSet

Is This Answer Correct ?    3 Yes 13 No

Post New Answer

More JDBC Interview Questions

How can I use the JDBC API to access a desktop database like Microsoft Access over the network?

0 Answers  


What is layer in communication?

0 Answers  


Give an example of code used for setting up connection with a driver.

0 Answers  


What is connection commit?

0 Answers  


Differentiate between stored procedure and functions?

0 Answers  






Does jdbctemplate close connection?

0 Answers  


How do I check in my code whether a maximum limit of database connections have been reached?

0 Answers  


Why should we close database connections in java?

0 Answers  


What are the different types of statements?

4 Answers  


What is the latest version of JDBC? What are the new features added in that?

0 Answers  


How data can be inserted into long row column of database?

0 Answers  


What does jdbc do?

0 Answers  


Categories