What is the purpose of the `init-param` element in the `web.xml` file of a Java web application?
A. To create JavaBeans
B. To execute SQL queries
C. To define initialization parameters for a servlet
D. To define JavaBean properties
Answer: Option C
Join The Discussion