Struts framework use ActionServlet - Java

Q.  Java: Which servlet does struts framework use?
- Published on 29 Jun 15

a. 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.

Post your comment / Share knowledge


Enter the code shown above:

(Note: If you cannot read the numbers in the above image, reload the page to generate a new one.)