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
What is the purpose of form-be tag in struct-config.xml?
Difference between struts and spring?
How can we write our own interceptor and map it for action?
Why use struts framework in java?
Who makes the struts?
How do you create message resource?
What are the classes used as part of struts framework ?
What is actioninvocation?
What is the purpose of @conversion annotation annotation?
Does struts include its own unit tests?
Explain the life cycle of a request in struct2 application?
State the procedure for using forward attribute of link tag’s.
Why use spring, if you are already using struts?
What is struts2 framework?
What is package name in struts xml?