Multiple choice technology web technology

Each Struts Action element is uniquely identified by its

  1. Input attribute

  2. Page attribute

  3. Name attribute

  4. Path attribute

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

Each Struts Action element in struts-config.xml is uniquely identified by its path attribute, which maps to the URL pattern. The path serves as the unique key for ActionMappings.