Which of the following create ResultSet protocols is correct? a. Statement createStatement(int resultSetType, int resultSetConcurrency). b. PreparedStatement

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. CallableStatement prepareCall(String sql, int resultSetType, int resultSet Concurrency).

d. All of them.

Fantastic news! We've Found the answer you've been seeking!

Step by Step Answer:

Question Posted: