what is the purpose of load_on_startup entry in struts-
config.xml?
Answer Posted / b.mallikarjun reddy
When ever server is starting, It is possible to tell the
container when to load the servlet on the startup. You can
load any number of servlets on startup. load-on-startup>
subelement indicates the order in which servlet should be
loaded. However positive values are loaded first. If the
value is Negative or unspecified value then the container
load the servlet at the runtime during the startup.
Is This Answer Correct ? | 10 Yes | 1 No |
Post New Answer View All Answers
What are construction struts?
What is the purpose of @key annotation annotation?
What do you know about validation plugin ?
Name some useful annotations introduced in Struts2?
What are the benefits of Interceptors in Struts2?
What are the different kinds of actions in struts?
When it’s useful to use IncludeAction?
How you will display validation fail errors on jsp page?
Who wrote struts?
What's mvc pattern ?
Is Struts Framework part of J2EE?
What is the purpose of @key?
what is meant by Struts Validator Framework?
What is the purpose of @conversion annotation annotation?
how does request processor relates to action mapping?