Answer Posted / ramu
Whenever client send the request to sever is check is there web. XML file.And the read the contents in web. XML file and store into JVM's memory.
After ur using <load-on-startup> sever is created ActionServlet Object.In second second init()method and the reads the contents stored in JVM's memory.
Now sever is created Request and Response Object's and hadover to ActionServelt Service().
Is This Answer Correct ? | 0 Yes | 3 No |
Post New Answer View All Answers
Why actionservlet is singleton in struts?
What is http forward?
How is declarative handling of exceptions done in struts ?
What is the apache struts vulnerability?
What is difference between actionform and dynaactionform?
What is the purpose of @validations annotation?
What are the some useful annotations introduced in struts2?
What are the ways in which duplicate form submission can occur?
How to explain Software Bank Loan descriptions
What configuration changes are required to use resource files in Struts?
What is the flow of requests in struts based applications?
What are the features of struts?
Briefly tell the two kinds of form beans.
What is the purpose of execute() method?
What is the purpose of @requiredstringvalidator?