What are the action classes in struts?
Answer / Priyanka Chaudhary
The Action classes in Struts are specialized Java classes that handle the business logic of an application and respond to events by forwarding control among various components. They extend the Action class from the Struts-API.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is the purpose of plug-in tag in struct-config.xml?
Give an alternative way to protect jsp’s with not much features from direct access.
What is the difference between struts and spring? Explain
What is the purpose of @key?
When should be opt for struts framework?
How do you know what to give for the "path " under in struts-config.xml ?
What is the purpose of @results annotation?
where you use thread in your java project?
What is declarative exception handling in struts?
How many instances of servlet usually run in a struts application ?
What is s token?
What is the default suffix for struts2 action uri ?