What are the valid struts-config tags?
-
<config>
-
<global-exceptions>
-
<controller>
-
<action>
B,C,D
Correct answer
Explanation
Valid elements in struts-config.xml include global-exceptions for exception handling, controller for controller configuration, and action-mappings containing action elements. The config element is not a standard struts-config.xml tag.