Apache Struts Question:
Download Questions PDF

What is ActionForm?

Answer:

An ActionForm is a JavaBean that extends org.apache.struts.action.ActionForm. ActionForm maintains the session state for web application and the ActionForm object is automatically populated on the server side with data entered from a form on the client side.

Download Struts Interview Questions And Answers PDF

Previous QuestionNext Question
What is Action Class?What is Struts Validator Framework?