What is the difference in using Action interface and ActionSupport class for our action classes, which one you would prefer?



What is the difference in using Action interface and ActionSupport class for our action classes, whi..

Answer / Bhuwan Chandra Pandey

ActionSupport provides many useful methods such as prepare(), execute(), and validate(). Using it reduces the need for boilerplate code. However, if you want to extend custom functionality, you might create your own Action implementation.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Struts Interview Questions

Why aren’t the struts tags maintained as part of the jakarta taglibs project ?

1 Answers  


How we can install struts?

1 Answers  


How do I install struts?

1 Answers  


What is the purpose of constant tag in struts.xml?

1 Answers  


In struts, how can we access java beans and their properties?

1 Answers  


If the framework doesn’t do what I want, can I request that a feature be added?

1 Answers  


What is the use of namespace in action mapping in Struts2?

1 Answers  


What is the purpose of execute method of action class?

1 Answers  


its a ActionForm controller or model?

16 Answers   Patni, TCS, Wipro,


What are the aware interfaces in struts2?

1 Answers  


wahts the diif between Mvc1 and Mvc2?

3 Answers   Wipro,


What is structs 2 validation framework?

1 Answers  


Categories