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 action support class in struts2?
What are the core classes of struts?
How do I access token?
What is the use of Struts.xml configuration file?
What is controller in struts ?
What are the features of struts?
What validate() and reset() method does ?
What is the configuration files used in struts?
What are the classes used as part of struts framework ?
How do you convert struts to springs?
What configurations are stored in struts configuration file ?
Why use spring, if you are already using struts?
List some bundled validators?
What is the purpose of @doublerangefieldvalidator annotation?
Explain how to work with error tags?