Vidyalelo
Java Programming · Q27

Java Server and Servlet

Programming · Java Programming · question 27

Q27

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
Answer
D.
To create JavaBeans

Answer: Option C

Solution

Answer: Option C
No explanation is given for this question Let's Discuss on Board