ActionServlet is like a "controller" in the MVC architecture for web apps which is known as Model 2. The requests to server pass through the controller, which is responsible for managing requests.

The usual flow in struts begins with the ActionServlet and call to process() method of RequestProcessor.

BY Best Interview Question ON 15 Jan 2019