Multiple choice technology programming languages ActionServlet is acts like as? SessionFacade Filter Front controller 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.