The name of the Application Resources file is set by the servlet init-param named
-
application
-
resources
-
ApplicationResources
-
Messages
A
Correct answer
Explanation
In Struts, the Application Resources file (containing localized messages) is specified through the 'application' servlet init-parameter in web.xml. This parameter points to the base name of the resource bundle (e.g., 'ApplicationResources' for ApplicationResources.properties). The servlet initialization code reads this parameter to load message resources.