Answer Posted / dsr
The Action classes are singleton classes that are
instantiated once per class type per JVM, and all requests
for a specific action are routed through the same Action
class instance.
| Is This Answer Correct ? | 21 Yes | 7 No |
Post New Answer View All Answers
how to develop the submit and search operations in single jsp using struts?
What is the difference between forwardaction and includeaction?
Describe the mvc on struts?
What is the apache struts vulnerability?
How can we write our own interceptor and map it for action?
What is struts?
What are different ways to create Action classes in Struts2?
How many action classes can be used in struts application?
What are the benefits of Interceptors in Struts2?
What is struts actionmapping?
How can we get Servlet API Request, Response, HttpSession etc Objects in action classes?
What is request processor and how does it relates to action mapping?
Explain struts.devmode?
What is interceptor? And life cycle methods of interceptor?
How do you create message resource?