Multiple choice technology web technology

Name the attribute of the tag, which is used specify the action class?

  1. Name

  2. Type

  3. Action

  4. Class

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

In struts-config.xml, the tag uses the 'type' attribute to specify the fully qualified class name of the Action class implementation. The 'name' attribute specifies the logical name of the action and references the form bean, not the action class. Options C and D are not valid attributes for specifying the action class.