📚 Practice Mode

Java Programming: JSP and JDBC Fundamentals

Learn at your own pace with hints and detailed explanations

1 / 20
Multiple Answers

Which type of Statements can execute parameterized queries?

  1. O (a) PreparedStatement
  2. O (b) ParameterizedStatement
  3. O (c) ParameterizedStatement and CallableStatement
  4. O (d) All kinds of Statements (i.e. which implement a sub interface of Statement)