Struts framework use ActionServlet - Java
Q. Java: Which servlet does struts framework use?- Published on 29 Jun 15a. EntryServlet
b. StrutsServlet
c. ActionServlet
d. BasicServlet
ANSWER: ActionServlet
The ActionServlet provides a "controller" in the Model-View-Controller (MVC) design pattern for web applications which is commonly known as "Model 2". Struts Flow start with ActionServlet then call to process() method of RequestProcessor.