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
Can you explain value stack?
How the exceptions are handled in struts?
Explain the necessity of empty tag?
How can we group related actions in one group in Struts?
What is the difference between struts and spring?
What do you mean by action errors and what are the results they force?
What is the use of struts config xml file?
What is the purpose of struts.xml in struct2?
What is the purpose of @urlvalidator annotation?
What is the purpose of dispatcher result type?
What is apache struts cve 2017 5638?
What configuration files are used in struts?
How to explain Software Bank Loan descriptions
What is difference between interceptors and filters?
What are Struts2 core components?