Can I override destroy() method of Servlets?
Answer Posted / komal singh adhikari
YES,
we can call and override destroy().
| Is This Answer Correct ? | 4 Yes | 1 No |
Post New Answer View All Answers
Explain the differences between jsp and servlet.
What is the purpose of dispatcherservlet properties?
What is the procedure for initializing a servlet?
What are all the ways for session tracking?
What is war file?
Why do you use session tracking in httpservlet?
Why HttpServlet class is declared abstract?
Can we override destroy method in servlet?
What do you mean by singlethreadmodel interface?
Explains the differences between context.getrequestdispatcher() and request.getrequestdispatcher()?
Are Servlets Thread Safe? How to achieve thread safety in servlets?
How to commuincate between an applet and a servlet?
How do I support both get and post from the same servlet?
If servlet receives multiple requests, how many objects will it create?
How can the referrer and the target urls be used in servlet?