Multiple choice technology programming languages

ActionServlet is acts like as?

  1. SessionFacade

  2. Filter

  3. Front controller

  4. Back controller

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

ActionServlet implements the Front Controller pattern, centralizing request handling and routing. It intercepts all requests, delegates to Actions, and manages the overall application flow.