We can create how many struts config file in an struts application?
-
Only One
-
Only Two
-
As many we needed
-
Zero
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.