adspace
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