Can I override destroy() method of Servlets?
Answers were Sorted based on User's Feedback
Answer / kalyan
yes we can override destroy() method according application
requirement....
| Is This Answer Correct ? | 7 Yes | 0 No |
Answer / mohd adnan
yes off course we can override the destroy(), method. There is confusion between us, as many of us thinks destroy method call destroy the servlet, however this interpretation is wrong. calling destroy method is only call to the last method before servlet dies. it never destroy servlet.
--------- By Mohd Adnan MCA IMS Ghaziabad
| Is This Answer Correct ? | 4 Yes | 0 No |
Answer / komal singh adhikari
YES,
we can call and override destroy().
| Is This Answer Correct ? | 4 Yes | 1 No |
How multiple simultaneous requests can be handled by servlets?
Is it possible to call servlet with parameters in the URL?
How are Sessions are more advantage than using of Cookies or URLReWriting?
What do you mean by cgi in servlet?
Some examples where generic servlet is used?
How servlet is created?
Difference between Include, Forward and sendRedirect in Servlet?
Explain the lifecycle of a servlet?
How two servlets communicate with each other?
What is the capacity the doget can send to the server?
What is the disadvantage of cookies?
Why is it that we can't give relative URL's when using ServletContext.getRequestDispatcher() when we can use the same while calling ServletRequest.getRequestDispatcher()?