commit() and rollback() methods are defined in which
interface?
Answer Posted / shekhar
Connection Interface
| Is This Answer Correct ? | 40 Yes | 2 No |
Post New Answer View All Answers
If you are given a choice to implement the code to either insert a record or update if already exist, which approach will you follow ?
Discuss the significances of jdbc.
What is the difference between client and server database cursors?
Where is mysql jdbc driver located?
How can we execute stored procedures using callablestatement?
Is jdbc an api?
How MS-Access DB can be accessed over a network, using JDBC API?
What are the higher level apis under development on top of jdbc currently?
Is jpa faster than jdbc?
What is the use of setFetchSize() and setMaxRows() methods in Statement?
What are temp tables ?
Explain the necessary steps to connect to the database in java?
What is database connection pooling? Advantages of using a connection pool?
What is 2 phase commit?
What are the advantages of database connection pooling?