what is the purpose of load_on_startup entry in struts-
config.xml?
Answer Posted / sulaiman harith
When we need to get the servelt object initialized before
the request is sent by the user.Usually servlet object will
get initialized soonafter the client send a request.Servlet
init() will get called once, to get the servlet object.
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
What is life cycle of an interceptor?
How does one create an action in struts 2?
In how many ways duplicate form submission can occurs?
Does apache struts run on windows?
What is the purpose of struts.properties in struct2?
What are the aware interfaces in struts2?
Can we integrate struts with spring?
If the framework doesn’t do what I want, can I request that a feature be added?
how to develop the submit and search operations in single jsp using struts?
How do you find the struts version being used in a project?
What do you mean by a custom tag?
In struts, how can we access java beans and their properties?
What is actionmapping?
Explain about the future of struts?
Difference between struts and spring?