-
-
-
-
-
-
-
-
-
What is the use of ActionForm class, Describe it's Life Cycle
ActionForm class is used to capture user-input data from an HTML form and transfer it to the Action Class. ActionForm plays the role of Transport Vehicle between the presentation Tire & Business Tier.Life Cycle :1. Request received by Controller2. Create or recycle ActionForm3. Call reset()4. store ActionForm in proper scope5. populate ActionForm from Request6. Validate the ActionForm7. If errors found...
-
-
-
-
-
-
What is the difference between HTML tags and Struts HTML tags?
What does it mean if write like 1 in web.xml? What is the meaning of *.do in servlets?
-
-
-
-
-
Struts Interview Questions
Ans