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 map a URL pattern to a servlet
D. To create JavaBeans
Answer: Option C

Join The Discussion