Multiple choice technology

We can create how many struts config file in an struts application?

  1. Only One

  2. Only Two

  3. As many we needed

  4. Zero

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

Struts applications can have multiple configuration files to organize different modules or functional areas. The framework allows developers to create as many struts-config.xml files as needed for better modularity and maintainability. You are not limited to a single configuration file.