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
What are Struts2 core components?
Are the struts tags xhtml compliant ?
What is the purpose of struts.properties in struct2?
What do you mean by actionservlet?
What does apache struts do?
What is struts and why it is used?
What is difference between spring and struts?
What is the purpose of @before?
What is struts in java with example?
Whats the difference between the default namespace and the root namespace?
What is the actionform?
How to combine the struts with velocity template?
What are result types in struts?
in struts how to use hibernate with struts>
How can we display all validation errors to user on jsp page?