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
Explain integrate log4j in struts2 application?
Name some of the features of struts2?
When should be opt for struts framework?
What is apache struts framework?
Can I have html form property without associated getter and setter formbean methods?
What do you mean by tiles in struts?
What is the purpose of @doublerangefieldvalidator annotation?
What’s the difference between validation.xml and validator-rules.xml files in struts validation framework?
Briefly tell the two kinds of form beans.
What is ognl?
What are inner class and anonymous class?
What is the purpose of dispatcher result type?
What is the use of struts?
What are the main classes which are used in struts application?
What are disadvantages of Struts?