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:
Related Book For
Oracle Database Programming With Java Ideas Designs And Implementations
ISBN: 9781032302294
1st Edition
Authors: Ying Bai
Question Posted: