Multiple choice technology web technology

Default Config file in Struts FrameWork?

  1. web.xml

  2. validator-rules.xml

  3. struts-config.xml

  4. application.xml

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

The struts-config.xml file is the default configuration file in Struts framework. It defines action mappings, form beans, forwards, and other framework configurations. web.xml is for general servlet configuration, validator-rules.xml is for validation rules, and application.xml is for J2EE applications.