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
What’s the difference between struts and turbine? What’s the difference between struts and espresso?
What is the purpose of @doublerangefieldvalidator?
How is forward action used for integration?
Explain the core end goal while using java struts?
What is the use of jsonvalidation in struts?
how to debug struts project in netbean ?
What is filter dispatcher in struts?
How are interceptors and servlet filters different?
How action-mapping tag is used for request forwarding in struts configuration file?
What are the Core classes of Struts Framework?
What are the conditions for actionform to work correctly?
Explain about the
Why do we need struts?
Which file is used by controller to get mapping information for request routing?
State an example of struts configuration file as an action parameter for action servlet.