what is the purpose of load_on_startup entry in struts-
config.xml?
Answer Posted / priyanka bhattacharyya
If the struts configuration objects were to be created on
the first call from the user it will adversely affect
performance by delaying response for the first user.
By specifying load-on-startup = 1 we tell the servlet
container to call the init() method immediately on start up
of the servlet container.
| Is This Answer Correct ? | 12 Yes | 5 No |
Post New Answer View All Answers
Why actionservlet is singleton in struts?
how does request processor relates to action mapping?
what is meant by Struts Validator Framework?
How to upload struts file?
What is the forward action utilized for?
What is front controller in struts2?
Explain about how requests from the client are sent?
What is the actionform?
What is the use of namespace in action mapping in Struts2?
What is the purpose of @beforeresult annotation?
What is the use of reset method of ActionForm class?
What are the cons of struts 2?
What is the purpose of struts.properties in struct2?
Why aren’t the struts tags maintained as part of the jakarta taglibs project ?
What are the aware interfaces in struts2?