Multiple choice technology web technology

What are the core classes of the Struts 1.3 Framework?

  1. Action

  2. ActionServlet

  3. HttpServlet

  4. Servlet

  5. None of the above

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

In the Struts 1.3 framework, Action is a core class that encapsulates business logic and request handling, while ActionServlet is the central controller servlet that receives all requests and delegates them to appropriate Action classes. HttpServlet is a generic Java class that ActionServlet extends, and Servlet is an interface - these are not Struts-specific core classes.