DEVFYI - Developer Resource - FYI

What is an ActionServlet?

Struts Questions and Answers


(Continued from previous question...)

80. What is an ActionServlet?

The class org.apache.struts.action.ActionServlet is called the ActionServlet.
In the Jakarta Struts Framework this class plays the role of controller.
All the requests to the server go through the “Controller”.
The “Controller” is responsible for handling all the requests.

(Continued on next question...)

Other Interview Questions