Question: The ResultSet object can be created by either executing the or method, which means that the ResultSet instance cannot be created or used without executing
The ResultSet object can be created by either executing the or method, which means that the ResultSet instance cannot be created or used without executing a query operation first.
a. executeQuery(), getResultSet()
b. getResultSet(), execute()
c. createResultSet(), getResultSet()
d. buildResultSet(), executeQuery()
Step by Step Solution
3.38 Rating (157 Votes )
There are 3 Steps involved in it
The correct answer is a executeQuery getResultSet In Java a ResultSet object represents a database r... View full answer
Get step-by-step solutions from verified subject matter experts
