can i call init() method in destroy() method of servlset. ?
Answer Posted / suresh
when the sevlet is load the class files,in this time to call
init() method is called
destroy method used to the servlet remove from the memory
| Is This Answer Correct ? | 6 Yes | 3 No |
Post New Answer View All Answers
What is Client-Server Computing?
How do you load an image in a Servlet?
What is the difference between the getrequestdispatcher(string path) method of javax.servlet.servletrequest interface and javax.servlet.servletcontext interface?
What is a servlet context object?
Explain the differences between jsp and servlet.
How can you use a servlet to generate a plain text instead of html?
How to generate the server side programming and the advantages of it over the other languages?
What are the advantages of servlets over traditional cgi?
What is URL Encoding?
Why do we have servlet wrapper classes?
What is the advantage of Servlets when compared with other server side technologies?
When servlet is loaded?
What is the functionality of actionservlet and requestprocessor?
What do you mean by interservlet communication?
What is the life-cycle of servlets?