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

What is connection pooling and why it is used?

0 Answers  


How do you determine the sensitivity of the ResultSet object?

0 Answers  


What are different types of JDBC Drivers?

0 Answers  


How do you insert images into database using jdbc?

0 Answers  


What driver should I use for scalable Oracle JDBC applications?

0 Answers  






What is a statement in java?

0 Answers  


What is xe in oracle jdbc url?

0 Answers  


What is the use of setFetchSize() and setMaxRows() methods in Statement?

0 Answers  


Does sql allow null values ? Can we use it within where clause ?

0 Answers  


What are jdbc and its components?

0 Answers  


What is a java driver?

0 Answers  


If I use the JDBC API, do I have to use ODBC underneath?

0 Answers  


Categories