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

I have written a program to connect to database using odbc.Can this Application run on any Platform????

2 Answers  


Can I use JDBC to execute non-standard features that my DBMS provides?

0 Answers  


What is the difference between triggers and procedures?

1 Answers  


What is jdbc architecture?

0 Answers  


can we create a own jdbc driver? how can we create?

1 Answers   HCL,


password, is stored in as plain text. What can I do to protect my passwords?

0 Answers  


Are there any ODBC drivers that do not work with the JDBC- ODBC Bridge?

2 Answers  


What is the benefit of having jdbcrowset implementation? Why do we need a jdbcrowset like wrapper around resultset?

0 Answers  


What is JDBC?

3 Answers   Akamai Technologies,


What is com mysql jdbc driver?

0 Answers  


What are the advantages of collection pools?

0 Answers  


How is jndi useful for Database connection?

1 Answers  


Categories