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 |
What are the components of jdbc?
What is the difference between setmaxrows(int) and setfetchsize(int)?
What are the utilities of the callablestatement?
What is java soft framework?
Is JDBC a language or Application?
Explain about DSN?
What class.forname will do while loading drivers of jdbc?
What is the use of callablestatement? Name the method, which is used to prepare a callablestatement.
What is CLOB and BLOB datatypes in JDBC?
What is JDBC API and when do we use it?
Can we have foreign key reference to a non primary key column ?
What are the steps to connect to a database in java?