Which of the following statements are true?
◦ PreparedStatement is efficient for repeated executions.
◦ The parameters in a prepared statement are denoted using the ? sign.
◦ PreparedStatement is a subinterface of Statement.
◦ PreparedStatement is for SQL query statements only. You cannot create a PreparedStatement for SQL update statements.