Answer Posted / devarathnam c,kotagudibanda(po
Hi... Using the following methods we can perform
transactions in JDBC
1:commit();
2:rollback();
3:setAutoCommit();These are in the Connection interface
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
What are types of resultset?
What are the three parts of a jdbc url?
What is the execute method in java?
How a database driver can be loaded with jdbc 4.0 / java 6?
How to move the cursor in scrollable resultset ?
What is an odbc driver?
What is @entity in java?
What is statement and preparedstatement in java?
How do I connect to jdbc?
What is two-phase commit in the database?
What is the use of dialect?
What is connection pooling and why it is used?
What is drivermanager in java?
What are the higher level apis under development on top of jdbc currently?
How to test jdbc connection to sql server?