adspace


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


Please Help Members By Posting Answers For Below Questions

What is action chaining ?

1168


What is the difference between filters and interceptors ?

1316


What do you know about validation plugin ?

1031


What are the contents on web.xml in struts application ?

1072


How is declarative handling of exceptions done in struts ?

1010