Multiple choice technology web technology

The file where the context root of the application is specified

  1. Web.xml

  2. application.xml

  3. ps.xml

  4. Actionconfig.xml

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

In Java EE applications, the application.xml deployment descriptor (part of the EAR structure) defines the context root for web modules. The web.xml configures servlet-level settings but not the application context root. Option B is correct.