Apache Struts Question:

What is the ActionForm?

Struts Interview Question
Struts Interview Question

Answer:

ActionForm is javabean which represents the form inputs containing the request parameters from the View referencing the Action bean.


Previous QuestionNext Question
What is role of ActionServlet?What are the important methods of ActionForm?