what is the purpose of load_on_startup entry in struts-
config.xml?
Answer Posted / sulaiman harith
When we need to get the servelt object initialized before
the request is sent by the user.Usually servlet object will
get initialized soonafter the client send a request.Servlet
init() will get called once, to get the servlet object.
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
How do you convert struts to springs?
Give an example of validates method used to avoid errors.
How nested beans can be used in Struts applications?
What is the use of jsonvalidation in struts?
Can we integrate struts with spring?
What is http forward?
What is dispatchaction?
What are the pros of struts 2?
What are the reasons for an error message not being displayed while developing struts application?
What is difference between interceptors and filters?
What are Struts2 core components?
What do you mean by a custom tag?
What are the ways in which duplicate form submission can occur?
Give the details of xml files used in validator framework?
Explain about tiles?