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
What is session tracking?
Is servlet synchronized?
What is the need of session tracking in web application?
What's the architecture of a servlet package?
Write the code to get the server information in servlet.
What is the difference between Difference between doGet() and doPost()?
How can the session in servlet can be destroyed?
Who is responsible to create the object of servlet?
What is meant by a web application
What are the differences between the servletconfig interface and the servletcontext interface?
What are the steps that are required to handle the multi-threading?
What are the phases of a servlet life cycle?
What is the servletconfig object?
Whats the advantages using servlets over using CGI?
What are the benefits of using servlet over cgi?