what is the purpose of load_on_startup entry in struts-
config.xml?
Answer Posted / praveen
specify the order in which we want to initialize various
Servlets.
Like first initialize Servlet1 then Servlet2 and so on.
This is accomplished by specifying a numeric value for the
<load-on-startup> tag.
<load-on-startup> tag specifies that the servlet should be
loaded
automatically when the web application is started.
Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
Explain about the process of functioning of the struts program?
What are the benefits of Struts framework?
How do struts work?
Why struts 1 classes are not thread safe whereas struts 2 classes are thread safe?
What are the steps of struts installation?
What kind of mvc is struts 2?
What is spring hibernate and struts in java?
If the framework doesn’t do what I want, can I request that a feature be added?
Which design pattern the interceptors in struts2 is based on?
How the exceptions are handled in struts?
When it’s useful to use IncludeAction?
What are the components of struts?
Explain about struts?
When should be opt for struts framework?
What are the 5 constants of action interface?