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 constant tag in struts.xml?
What is interceptor in Struts2?
List the important attribute and elements of action mapping under struts.
What do you mean by a custom tag?
Is struts action class singleton?
What is the apache struts vulnerability?
What is the purpose of struts.xml in struct2?
What are the two different types of validations that the validator framework supports?
Why do we need mapdispatchtoprops?
How action mapping is configured in Struts?
What is struts actionmapping?
What is the purpose of @createifnull annotation annotation?
What is difference between lookupdispatchaction and dispatchaction?
What is struts in java with example?
Can we have multiple struts config files in a single web app?