Multiple choice technology web technology

which of the following is deployment descriptor?

  1. info.xml

  2. web.xml

  3. context.xml

  4. config.xml

Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

web.xml is the standard deployment descriptor for Java web applications. It contains configuration for servlets, filters, welcome files, and other web application settings. While context.xml exists (in Tomcat), web.xml is the universal deployment descriptor.