Can we call destroy() method inside the init() method? What
happens when we do so?
Answer Posted / mani
In the Servlet programming context, the destroy() method
can never be called by your code and is called by the
servlet container
| Is This Answer Correct ? | 23 Yes | 6 No |
Post New Answer View All Answers
Why do we have servlet listeners?
What are the types of an http request?
What do you mean by deployment descriptor?
What is the process for chaining servlet?
Why do we have servlet filters?
What is http servlet? Explain with the help of an example.
What is servletconfig?
Which is better jsp or servlet?
Tell us something about servletconfig interface.
What are all the advantages of servlet over cgi?
When servlet object is created?
What is difference between cookies and httpsession?
What is war file?
What is called servlet mapping?
What is context in servlet?