Answer Posted / venkatesh k
destroy() is not realted to garbage collection. As per
servlet life cycle destroy method is one of compulsary
method.it is automatically invoked by Container.Internallly
we may use garbage collection means reclaim the memory.
| Is This Answer Correct ? | 3 Yes | 1 No |
Post New Answer View All Answers
What do you understand by mime type?
What is the difference in between the httpservlet and generic servlet?
What are the life cycle methods of a servlet?
Define the servlet mapping.
What are the uses of servlet
What is meant by a web application
Explain the servlet filter.
What is servlet api used for conneting database?
How do you define a servlet?
What are the kinds of http requests?
Explain the features are in servlet 3?
How can the session in servlet can be destroyed?
What are the different types of servlets?
Is servlet thread safe?
How do I know if java is running on linux?