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