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 does i18n interceptor?
What is declarative exception handling in struts?
What is struts?
Why we use struts over servlets?
Explain how can we upload files in struts2 application?
How many struts config file in a struts application?
How can we integrate log4j in Struts2 application?
What is value stack?
What is struts and springs in java?
How nested beans can be used in Struts applications?
Do we need to pay the struts if being used in commercial purpose?
What do you mean by the abstract package in struts2, and what is its utilization?
State an example of struts configuration file as an action parameter for action servlet.
How you will make available any message resources definitions file to the struts framework environment?
What is the use of resourcebundle.properties file in Struts Validation framework?