can i call destroy() method in init() method of servlet
Answer Posted / shekhar
no,we can't call destroy() in init() method.because of
init() and dstroy() methods are take care by web container
| Is This Answer Correct ? | 7 Yes | 15 No |
Post New Answer View All Answers
Why is Servlet so popular?
What are the important functions of filters?
Whether we can get deadlock situation in servlets?
How to get the server information in a servlet?
What are the supporting protocol by HttpServlet ?
Explain servlet.
What is the use of servletconfig interface?
What is lazy loading and what is Generic Servlet Class?
What is a server side include (ssi)
Explain the servlet filter.
Can you refresh servlet in client and server-side automatically?
What do you mean by cgi?
How do you configure a centralized error handler in servlets?
How to handle exceptions thrown by application with another servlet?
Define servlet mapping?