Are ResultSets updateable? (a) Yes, but only if you call the method openCursor() on the ResultSet, and if the driver and database support this option (b) Yes, but only if you indicate a concurrency strategy when executing the statement, and if the driver and database support this option (c) Yes, but only if the ResultSet is an object of class UpdateableResultSet, and if the driver and database support this option (d) No, ResultSets are never updateable. You must explicitly execute DML statements
(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) |