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
Define the servlet mapping.
What are the uses of servlet and what is servlet chaining?
Explain is servlet mapping?
How to notify an object in session when session is invalidated or timed-out?
What are the functions of an intercepting filter?
Explain the steps involved in placing a servlet within a package?
How forward () method is different from send redirect () method?
What is servlet name in web xml?
How can you create a session in servlet?
What is the default http method in the servlet?
How do you find out what client machine is making a request to your servlet
How many objects of a servlet is created?
What is a servlet?
Why do we need servlet filter?
What are the disadvantages of storing session state in cookies?