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
How is declarative handling of exceptions done in struts ?
Can you give an overview of how a struts application flows?
Explain the necessity of empty tag?
What do you mean by inner class and anonymous class?
What does execandwait interceptor?
What are the action classes in struts?
How can we get Servlet API Request, Response, HttpSession etc Objects in action classes?
What is controller in struts2?
What is the naming convention for a resource bundle file in struts2?
How we can controlled duplicate form submission in struts?
What do you mean by tiles in struts?
Will the struts tags support other markup languages such as wml ?
What is apache struts cve 2017 5638?
What are disadvantages of Struts?
What is the difference between session scope and request scope when saving formbean ?