what is the purpose of load_on_startup entry in struts-
config.xml?
Answer Posted / srinivasa
To create the servlet objects when the web application is
started.
In Case of Struts Action servlet object is created when the
application is started on proirity basis.We can specify
some integer value for this in such cases servlets will be
created on priority basis . Low value servlet will be
created fisrt...
Is This Answer Correct ? | 0 Yes | 3 No |
Post New Answer View All Answers
How you will enable front-end validation based on the xml in validation.xml?
What do you mean by a custom tag?
Can we have more than one struts-config.xml file for a single struts application?
What is difference between spring and struts?
What is the design role played by struts?
Describe the basic steps used to create a tiles application?
What is the purpose of @key annotation annotation?
What is http redirect?
What is the purpose of @doublerangefieldvalidator?
What are Struts2 core components?
How can duplicate form submission be handled in struts 2?
how to develop the submit and search operations in single jsp using struts?
Which library is provided by struts for form elements like check boxes, text boxes etc?
What is action class? What are the types of action class?
What is Struts2?