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 dispatch action class?
Will the struts tags support other markup languages such as wml ?
How do I install struts?
What kind of mvc is struts 2?
Briefly tell the two kinds of form beans.
Describe validate() and reset() methods.
What’s the utilization of resource bundle properties file in struts validation structure?
What is the purpose of @results?
What is the difference between filters and interceptors ?
What configuration files are used in struts?
What is the difference between plain-validator and field-validator?
List some bundled validators?
Explain about the validation steps which have to be carried during validation of client-side address?
How can link tag’s action attribute be used?
How many struts config file in a struts application?