Multiple choice technology programming languages

Which initialize parameter is used to specify Struts configuration?

  1. initialize

  2. config

  3. setup

  4. param

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

The 'config' init parameter in web.xml specifies the location of the Struts configuration file (struts-config.xml). This tells ActionServlet where to load the application configuration.