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
Can we integrate struts with spring?
State the procedure for using forward attribute of link tag’s.
What is the use of interceptor?
Which configuration file is used for storing jsp configuration information in struts?
What is the purpose of dispatcher result type?
How struts control data flow?
What is Custom Type Converter in Struts2?
What is struts xml?
What is the use of struts config xml file?
What is the purpose of @before annotation?
What are the core classes of struts?
What is struts in java with example?
What’s the utilization of struts.xml configuration file?
What is the purpose of @conversion?
How is forward action used for integration?