Multiple choice technology web technology

Each Struts action is uniquely identified by ________ attribute.

  1. Name

  2. Page

  3. Path

  4. Type

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

In Struts configuration, each action mapping is uniquely identified by its 'path' attribute (e.g., '/login'), which the ActionServlet uses to route requests. The 'name' attribute refers to the form bean, 'type' specifies the Action class, and 'page' is not a standard action mapping attribute.