what is the purpose of load_on_startup entry in struts-
config.xml?
Answer Posted / praveen
specify the order in which we want to initialize various
Servlets.
Like first initialize Servlet1 then Servlet2 and so on.
This is accomplished by specifying a numeric value for the
<load-on-startup> tag.
<load-on-startup> tag specifies that the servlet should be
loaded
automatically when the web application is started.
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
What is a custom tag?
What is the actionform?
How does interceptor work in struts2?
Are interceptors and filters different?
What is apache struts framework?
Why are springs better than struts?
What is role of actionservlet?
What is jakarta struts framework?
What is struts framework in java?
How to explain Software Bank Loan descriptions
Which servlet does the struts framework use?
What is the purpose of @beforeresult?
What is the purpose of @result annotation?
Can I have html form property without associated getter and setter formbean methods?
Describe validate() and reset() methods.