Question: To identify the data type returned by the execute() method, one needs to . a. Use the getResultSet() method b. Use the getUpdateCount() method c.
To identify the data type returned by the execute() method, one needs to .
a. Use the getResultSet() method
b. Use the getUpdateCount() method
c. Use either of them
d. Use both of them
Step by Step Solution
3.49 Rating (162 Votes )
There are 3 Steps involved in it
The execute method in JDBC Java Database Connectivity is used for executing SQL statements in Java T... View full answer
Get step-by-step solutions from verified subject matter experts
