How can you retrieve information from a ResultSet? (a) By invoking the method get(..., String type) on the ResultSet, where type is thedatabase type (b) By invoking the method get(..., Type type) on the ResultSet, where Type is an objectwhich represents a database type (c) By invoking the method getValue(...), and cast the result to the desired Java type. (d) By invoking the special getter methods on the ResultSet: getString(...),getBoolean (...), getClob(...),...
(d)
| 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) |