What is the purpose of the `web.xml` `` element in a Java web application?
A. To define JavaBean properties
B. To execute SQL queries
C. To define a filter that can be applied to servlet requests and responses
D. To create JavaBeans
Answer: Option C
Join The Discussion