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 '@keyproperty'?
What applications use apache struts?
what is meant by Struts Validator Framework?
How struts control data flow?
What is strut web xml?
What are the struts2 error message keys that can come during file uploading process?
What is the apache struts vulnerability?
What should be the name of xml file used for validation in struts?
What configuration files are used in struts?
What is http forward?
Explain the components of struts?
How to use dispatchaction?
What is struts in j2ee?
What is the default location of result pages and how can we change it?
How to get data from the velocity page in a action class?