Answer Posted / bibek
if in your deployment descriptor or <web.xml> file you have
set <load-on-startup>1</load-on-startup> then it will be
auto matically loaded
| Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
Servlet is pure java object or not?
What is the advantage of Servlets when compared with other server side technologies?
What is servlet container?
What do you understand by mime type?
What is difference between GenericServlet and HttpServlet?
Can you call a jsp from the servlet?
What does the term localization refer to?
How to make sure a servlet is loaded at the application startup?
What do you mean by web applications?
Explain request dispatcher and its methods.
Why do we have servlet wrapper classes?
What is the use of java servlet api?
What is a deployment descriptor?
Can we override servlet service method?
What is difference between PrintWriter and ServletOutputStream?