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
Can you call a jsp from the servlet?
List some life cycle methods of a servlet.
What must be implemented by all servlets?
The code in a finally clause will never fail to execute, right?
What is the major difference between servlet and applet?
Can you explain in detail 'javax.servlet' package?
What is the difference between Servlet Request and Servlet Context when calling a Request Dispatcher?
Is that servlet is pure java object or not?
What are life cycle methods of a servlet?
What's the difference between servlets and applets?
What do you mean by deployment descriptor?
What do you mean by request dispatcher in servlet?
What is cookie in servlet?
What’s the difference between genericservlet and httpservlet?
When servlet is loaded?