Answer Posted / harikrishna rapuri
Suppose if u give more 300 requests at a time struts based
webapplication,in that time some servers(tomcat..etc)
creates another ActionServlet object .This is violation of
the Servlet Specification(Servlet behavior is single
instance and multi therading).So that struts frame work
designers use Actionservlet as a Sigleton class.
| Is This Answer Correct ? | 5 Yes | 2 No |
Post New Answer View All Answers
What is the purpose of @results?
How duplicate form submission can be controlled in struts?
What is front controller in struts2?
What is validate() and reset() functions?
What are Struts2 core components?
Explain about the process of functioning of the struts program?
What should be the name of xml file used for validation in struts?
What applications use apache struts?
What are the classes used as part of struts framework ?
Do you need an alignment after replacing struts?
What is the purpose of action tag in struts.xml?
What is the difference in using Action interface and ActionSupport class for our action classes, which one you would prefer?
What are the benefits of Interceptors in Struts2?
What is the use of form bean in struts?
How do I install struts?