The file where the context root of the application is specified
-
Web.xml
-
application.xml
-
ps.xml
-
Actionconfig.xml
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.