can i call init() method in destroy() method of servlset. ?
Answer Posted / giridhar gangapatnam
I think it is not possible to call init() method from
destroy() method of servlet.
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
Explain servlet events?
Explain servlet life cycle?
What exactly is a servlet?
What are sessions in servlets?
Why do you use session tracking in httpservlet?
What's the use of servletcontext?
What is the inter-servlet communication?
What mechanisms are used by a Servlet Container to maintain session information?
What is the web server used for running the Servlets?
What do you mean by cgi?
What do you mean by default initialization in java servlet?
What are the types of servlet?
What are the supporting protocol by HttpServlet ?
What is httpservlet and how it is different from genericservlet?
When jsessionid is created?