Multiple choice technology web technology

Core classes of struts ActionServlet,Action,ActionForward,ActionMapping,ActionErrors,RequestProcessor,ActionForm

  1. True

  2. False

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

These are indeed the core classes in Struts 1.x: ActionServlet (front controller), Action (request handler), ActionForward (navigation), ActionMapping (configuration mapping), ActionErrors/ActionMessages (error messaging), RequestProcessor (processing pipeline), and ActionForm (data transfer). The list is comprehensive and correct.