what is the purpose of load_on_startup entry in struts-
config.xml?
Answer Posted / srinivasa
If we use load on startup web container creates the objects
based on the proirity when there are mutliple servlets.We
use load on start up for giving the proirity.
| Is This Answer Correct ? | 12 Yes | 2 No |
Post New Answer View All Answers
What is the use of jsonvalidation in struts?
Explain about struts dispatch action?
What are the struts2 error message keys that can come during file uploading process?
What are the some useful annotations introduced in struts2?
When should we use SwtichAction?
What is the purpose of @createifnull annotation annotation?
What’s the difference between struts and turbine?
Give an example of validates method used to avoid errors.
What is the purpose of @conversion?
What are the two different types of validations that the validator framework supports?
What is the difference in using Action interface and ActionSupport class for our action classes, which one you would prefer?
What's mvc pattern ?
Define struts?
What is actioninvocation?
For a single Struts application, can we have multiple struts-config.xml files?