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 is the benefit of having jdbcrowset implementation? Why do we need a jdbcrowset like wrapper around resultset?
Is uri the same as url?
Where is ojdbc14 jar located?
Why prepared statements are faster?
What is the role of the jdbc drivermanager class?
What is jdbc connection class?
What is a JDBC 2.0 DataSource?
What are the packages are used in jdbc?
What is two-phase commit in the database?
What is layer in communication?
Differentiate between type_scroll_insensitive and type_scroll_sensitive.
Why do we need a jdbcrowset like wrapper around resultset?
What are the steps to connect to a database in java?
What is statement and resultset in jdbc?
Which is best database for java?