Answer Posted / sekhar babu
No, It will create Instance of Action Class for each
request, internally it will use Single-ton Design pattern
for the ActionServlet.
In Action class we will actully write business logic, so
Action class is not SingleTon only ActionServlet is singleton
| Is This Answer Correct ? | 3 Yes | 2 No |
Post New Answer View All Answers
What is the purpose of action tag in struts.xml?
In which order struts framework searches for a message bundle?
What is declarative exception handling in struts?
What is strut action mapping?
What are the components of struts?
What is apache struts vulnerability?
What is action class?
What do you mean by ognl?
What are interceptors in struts 2?
What are the some useful annotations introduced in struts2?
What is a custom tag?
What are struts in java?
What is the difference between validation.xml and validator-rules.xml files in struts validation framework?
How struts2 supports internationalization?
What are best practices to follow while developing Struts2 application?