Answer Posted / sowjanya
init() method of the servlet is loaded by container.The init() method called only once in a servlets life.
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
What is the process for chaining servlet?
What is lazy loading and what is Generic Servlet Class?
What is the workflow of a servlet?
How does tomcat servlet container work?
What is difference between ServletResponse sendRedirect() and RequestDispatcher forward() method?
What is called servlet mapping?
How to get the actual path of servlet in server?
What are all the advantages of servlet over cgi?
What is the difference between the servlets and cgi programs?
What are the important functions of filters?
What is servletconfig?
What is servlet instance?
If my browser does not support cookie, and my server sends a cookie instance what will happen?
What is servlet and its types?
What is the disadvantage of cookies?