commit() and rollback() methods are defined in which
interface?
Answers were Sorted based on User's Feedback
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 |
Which is better odbc or jdbc?
Is jdbc faster than odbc?
Briefly tell about the jdbc architecture.
What is metadata in jdbc?
How we can you use preparedstatement.
What is JDBC Transaction Management and why do we need it?
Is it possible to connect to multiple databases simultaneously?
How to move the cursor in scrollable resultset ?
Is it possible to connect to multiple databases simultaneously? Using single statement can one update or extract data from multiple databases?
Write a program JDBCcode forfetching student database with SQL.
How can I connect mysql or oracle with java?
What are clob and blob data types in jdbc?