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
What is meant by a web application
What are the key methods that are involved in processing of http servlets?
How can you use a servlet to generate a plain text instead of html?
How we can create war file in servlet?
What is servlet in web technology?
Explain web container.
Write a program to show the functionality of servlets.
What is war file?
Is java servlet still used?
What is cookie? Why is cookie used?
What are the various ways of session supervision in servlets?
What are the drawbacks of cgi?
What is called servlet container?
What do you mean by mime type?
What are the phases of the servlet life cycle?