Question: Which of the following create ResultSet protocols is correct? a. Statement createStatement(int resultSetType, int resultSetConcurrency). b. PreparedStatement prepareStatement(String sql, int resultSetType, int resultSet Concurrency). c.
Which of the following create ResultSet protocols is correct?
a. Statement createStatement(int resultSetType, int resultSetConcurrency).
b. PreparedStatement prepareStatement(String sql, int resultSetType, int resultSet Concurrency).
c. CallableStatement prepareCall(String sql, int resultSetType, int resultSet Concurrency).
d. All of them.
Step by Step Solution
3.49 Rating (166 Votes )
There are 3 Steps involved in it
The correct answer is d All of them All of the methods listed can be used to create a ResultSet in J... View full answer
Get step-by-step solutions from verified subject matter experts
