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 are the features of struts?
Describe validate() and reset() methods.
What are the cons of struts 2?
What is interceptor in Struts2?
Explain about struts relation to html tags?
What does modeldriven interceptor?
How can we upload files in Struts2 application?
What is an interceptor stack?
What is the purpose of @results annotation?
How can we handle exceptions thrown by application in Struts2?
What are best practices to follow while developing Struts2 application?
What does it cost to replace struts?
What is the procedure of operation of a form tag?
Who wrote struts?
What are the core classes of the struts framework?