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 context root is specified in application.xml (for EAR deployments) or can be configured in application server settings. Web.xml defines servlet mappings and filters but not the context root itself. Ps.xml and Actionconfig.xml are not standard Java EE configuration files.