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
Can you explain aware interfaces in struts2?
What is the purpose of global-forwards tag in struct-config.xml?
What is the actionform?
What is defeult result type?
What are the conditions for actionform to work correctly?
What's the purpose of execute method of action class?
Explain the difference between dispatchaction and lookupdispatchaction in struts?
Are interceptors thread safe?
What is the use of token interceptor in Struts2?
What is struts and why it is used?
How can we write our own interceptor and map it for action?
Which library is provided by struts for form elements like check boxes, text boxes etc?
What are inner class and anonymous class?
What is the design role played by struts?
What is struts validator framework?