How can you execute DML statements (i.e. insert, delete, update) in the database? (a) By making use of the InsertStatement, DeleteStatement or UpdateStatement classes (b) By invoking the execute(...) or executeUpdate(...) method of a normal Statementobject or a sub-interface object thereof (c) By invoking the executeInsert(...), executeDelete(...) or executeUpdate(...)methods of the DataModificationStatement object (d) By making use of the execute(...) statement of the DataModificationStatement 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) |