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 do you mean by odbc?
What is isolation level? How to set it?
What is a lock in jdbc?
How to check jdbc driver version in sql server?
When you will get error like ?No suitable driver??
Explain in detail about JDBC and its general features?
Does sql allow null values ? Can we use it within where clause ?
What are statements in JAVA ?
What is JDBC RowSet? What are different types of RowSet?
Hi to all.. well i want to make a standalone application which can use the concept of connection pooling, constraint is that i have not to use any application server like weblogic etc. Please help me out. Thaks in advance.
What are different types of transactions?
What are common JDBC Exceptions?