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

Answer Posted / shekhar

Connection Interface

Is This Answer Correct ?    40 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How do I start debugging problems related to the JDBC API?

530


There is a method getColumnCount in the JDBC API. Is there a similar method to find the number of rows in a result set?

622


What do you mean by batch processing in jdbc?

535


Why prepared statements are faster?

538


What is a lock in jdbc?

547






How do you determine the sensitivity of the ResultSet object?

554


Where can I find info, frameworks and example source for writing a JDBC driver?

523


What is a jdbctemplate?

529


what is the meaning of following code snippets Class c=class.forName(driverClassName); Driver d=(driver)c.newInstance();

4345


Which package is used for jdbc application?

521


How to move the cursor in scrollable resultset ?

581


What is savepoint in jdbc?

520


What does adapter class provide?

531


Explain the necessary steps to connect to the database in java?

557


What is connection commit?

505