Question: A CallableStatement can either return a object and multiple ResultSet objects by using the executeQuery() method or return nothing by using the method. a. ResultSetMetaData,
A CallableStatement can either return a object and multiple ResultSet objects by using the executeQuery() method or return nothing by using the method.
a. ResultSetMetaData, getResultSet()
b. Cursor, getCursor()
c. Object, getObject()
d. ResultSet, execute()
Step by Step Solution
3.48 Rating (155 Votes )
There are 3 Steps involved in it
The correct answer is d ResultSet execute In Java JDBC CallableStatement is used to call stored proc... View full answer
Get step-by-step solutions from verified subject matter experts
