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 many servlet controllers are used in a Struts Application?
What is defeult result type?
What is the purpose of @key annotation annotation?
Can we integrate struts with spring?
How to upload struts file?
What is the purpose of interceptors?
What is apache struts vulnerability?
How do you find the struts version being used in a project?
Are struts still used?
What is struts?
How can we upload files in Struts2 application?
What is the differences between struts1 and struts2?
Is struts compatible with other java technologies?
Can you explain value stack?
What is package name in struts xml?