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 discontinuous strut?
What is the use of forwardaction?
What is structs 2 validation framework?
What are the core classes of struts framework? Explain
Are struts and shocks the same?
What are the differences between http direct and http indirect?
Can you explain aware interfaces in struts2?
Whats the difference between the default namespace and the root namespace?
What is the purpose of struts.xml in struct2?
What is the flow of requests in struts based applications?
What are the life cycle methods of interceptor?
Explain how to work with error tags?
Do I have to credit struts on my own website?
How you will enable front-end validation based on the xml in validation.xml?
What is the difference between struts and spring?