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 is the latest version of JDBC? What are the new features added in that?
Why do we use jdbc?
How data can be inserted into long row column of database?
Why resultset is used in java?
Is it possible to connect to multiple databases? Using single statement can we update or extract data from two or three or many databases?
What packages are used by jdbc?
What is SQL Warning? How to retrieve SQL warnings in the JDBC program?
What is a connection string used for?
What is db client?
What is the difference between jdbc and jndi?
What is jdbc url for mysql?
What should be done for auto generating primary key id in a table ?
Which type of driver is unique in jdbc?
What are different parts of a url?
Explain about DSN?