can i call init() method in destroy() method of servlset. ?
Answer Posted / giridhar gangapatnam
I think it is not possible to call init() method from
destroy() method of servlet.
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
When servlet object is created?
Explain how does JSP handle run-time exceptions?
Which event is fired at the time of session creation and destroy?
What is dispatcher servlet?
What is called a session?
What is the difference between Server and Container?
What is the advantage of Servlets when compared with other server side technologies?
What is the servlet?
What do you mean by deployment descriptor?
What are important features of Servlet 3?
What are session variable in servlets?
What are some advantages of storing session state in cookies?
How to handle exceptions thrown by application with another servlet?
Which java application server is the best?
What is Request Dispatcher?