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 )

Question: Difference between forward and sendRedirect in JSP?

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

Explain garbage collection?

What is Collection API?

Differentiate between .ear, .jar and .war files.

Interview Question: What is re-entrant. Is session beans reentrant. Is entity beans reentrant?

What are all the different scope values for the tag?

The output of System.out.println(5>>2) in Java

What is the difference between interface and abstract class?

Interview Question: Write code of any Action Class?

What do you understand by a container in J2EE?

Interview Question: Do ActionForms have to be true JavaBeans?

What is bean managed transaction?

Interview Question: What is Deployment descriptor?

Is Iterator a Class or Interface? What is its use?

Latest Articles (in Interview)