Q11
What is the purpose of the JDBC `PreparedStatement` interface?
A.
To create a JavaBean
B.
To manage JDBC drivers
C.
To execute parameterized SQL queries
AnswerD.
To establish a connection to a database
Answer: Option C
Solution
Answer: Option C
No explanation is given for this question Let's Discuss on Board