What is action class? What are the types of action class?



What is action class? What are the types of action class?..

Answer / Shyama Pathak

In Struts, an Action class is a Java class that represents a single action in your application's workflow. It handles user requests and prepares responses.nnThere are two types of Action classes: regular Action classes and DispatchAction.n- Regular Action classes are the main type of Action classes. They handle user requests by executing specific methods (called business methods) that perform the required operations.n- DispatchAction is a special type of Action class that delegates the request handling to other Action classes.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Struts Interview Questions

what is the difference between page and pageContext implicit variables

2 Answers   Yash Technologies,


what is use of assert keyword in java..?

1 Answers  


drawback of Validation Framework where and how to write the connection pool object in the programe how to debug the programe and application in struts without using eclips

1 Answers  


what is purpose cvs and vss in eclipse?

2 Answers  


what is the use of cvs in struts?

2 Answers  


Why is it called struts?

1 Answers  


Can we have different controllers in one struts app?

7 Answers   Accenture,


How do you know what to give for the "path " under in struts-config.xml ?

1 Answers  


What is the role of action class?

1 Answers  


Explain struts.devmode?

1 Answers  


Will the struts tags support other markup languages such as wml ?

1 Answers  


Difference between ActionErrors and ActionMessage?

1 Answers   iGate,


Categories