PreparedStatement interface is used to execute parameterized query - JDBC
Q. What is used to execute parameterized query?- Published on 17 Jul 15a. Statement interface
b. PreparedStatement interface
c. ResultSet interface
d. None of the above
ANSWER: PreparedStatement interface