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 the classes used in struts?
What is used to display the intermediate result in an interceptor?
What are the loop holes of struts?
What is difference between struts1 and struts2?
What are the different kinds of actions in struts?
What is dispatchaction?
how to connect from struts to database through hibernet and where u can modify the class
What is a custom tag?
What do struts do?
How do struts work?
Lists the bundled validators in struts?
Where can I get a copy of struts?
What are the benefits of the struts system?
What does execandwait interceptor?
Can you explain struts.properties in struts2?