Multiple choice technology programming languages

core class of the Struts Framework

  1. ActionServlet

  2. ActionJsp

  3. ActionClass

  4. Action

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

ActionServlet is the core controller class of the Struts 1 framework, acting as the central servlet that intercepts incoming client requests and routes them to appropriate actions. Other options like ActionClass or ActionJsp are either incorrect terms or helper structures, not the central core class.