In JDBC, the executeUpdate(. method will return a zero or a value of which of the
following types?
A.
string
B.
integer
C.
float
D.
Boolean
E.
double
Explanation:
Quoted directly from Sun’s Java document site at
http//developer.java.sun.com/ executeUpdate(. returns an int containing the
affected row count for INSERT, UPDATE, or DELETE statements, or zero for SQL
statements that do not return anything, like DDL statements