Multiple choice technology web technology

What are the valid struts-config tags?

  1. <config>

  2. <global-exceptions>

  3. <controller>

  4. <action>

Reveal answer Fill a bubble to check yourself
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.