Multiple choice technology programming languages

The name of the Application Resources file is set by the servlet init-param named

  1. application

  2. resources

  3. ApplicationResources

  4. messages

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

The Application Resources file (which contains i18n messages) is configured via the servlet init-param named 'application' in web.xml. This parameter specifies the base name of the resource bundle. Options B, C, and D are incorrect parameter names for this configuration.