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
Is there another way of dealing with the result set that could execute faster?
Can I get a null resultset?
What is the different between ResultSet and RowSet?
Explain the importance of drivermanager.
Name the new features added in jdbc 4.0.
Name the method, which is used to prepare a callablestatement.
Write an sql to find all records having all upper case alphanumeric characters in a field ?
What are the components of jdbc?
What is jdbc servlet?
What are the flow statements of jdbc?
Which database is used with java?
What does connection pooling mean ?
Why is jdbc used?
How do I check in my code whether a maximum limit of database connections have been reached?
Explain the necessary steps to connect to the database in java?