What statements are correct about JDBC transactions (2 correct answers)? (a) A transaction is a set of successfully executed statements in the database (b) A transaction is finished when commit() or rollback() is called on the Connection object, (c) A transaction is finished when commit() or rollback() is called on the Transaction object (c) A transaction is finished when close() is called on the Connection object.
(b)
| More interview questions and answers |
|---|
The JDBC-ODBC Bridge supports multiple concurrent open statements per connection? (a)yes (b) No |
yes |
(A) |
Can we implement an interface in a JSP? (a)Yes (b)N0 (c)None (d)Can't say |
No |
(c) |
(d) |
(d) |
what is the main components of JDBC ? (a)Driver Manager (b)Driver (c)Connection (d)both a&b |
(d) |
What is JDBC Driver interface (a)java.sql.Connection (b)Statement (c)java.connection (d)both a & b |
(d) |
(b) |
(b) |
(A) |
(d) |
(a) |
(d) |
(b) |
(c) |
(c) |
(d) |
(b) |
(b) |
(d) |
(c) |
there are 2 answers (b) and (d) |
(b) |
(d) |
(a) |