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 )

What is difference between Java Bean and Enterprise Java Bean?

Interview Question: What is the difference between sessioncontext and entitycontext?

How to define an Interface?

Question: Difference between forward and sendRedirect in JSP?

Types of Interviews

Getting started with Interview

Interview Question: What is the difference between Message Driven Beans and Stateless Session beans?

Interview Question: What is the difference between find and select methods in EJB?

Interview Question: What is the difference between JavaBean and EJB?

Explain the user defined Exceptions?

Interview Question: What is the difference between ejbCreate() and ejbPostCreate?

Interview Question: What is difference between EJB 1.1 and EJB 2.0?

Interview Question: Is Decorator an EJB design pattern?

Interview Question: What is abstract schema?

Interview Question: What are the call back methods in Entity bean?

Latest Articles (in Interview)