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
How to get the path of servlet in the server?
What is the use of httpservletresponsewrapper?
What is difference between server and servlet?
Explain Action Servlet?
Explain url encoding in servlet?
What is difference between get and post method?
What are the mechanisms used by a servlet container for maintaining session information?
What is the difference between the http servlet and generic servlet?
What is servlet and how it works?
What are the differences between servlet context vs servlet config?
Why doesn’t a servlet include main()?
What is the difference between Servlets and Applets?
What is called Scriptlet?
what is multiple server?
What is servlet api used for conneting database?