Programming Tutorials

Interview Question: What is ActionForm?

By: Ash in Interview Tutorials on 2008-08-13  

Question: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.

 

 

 

 





Add Comment

* Required information
1000

Comments

No comments yet. Be the first!

Most Viewed Articles (in Interview )

Latest Articles (in Interview)