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 are advantages of servlets over cgi?
How can an existing session be invalidated?
What is servlet initializer?
What's the servlet interface?
What are the kinds of http requests?
What are the uses of servlet and what is servlet chaining?
What is servlet container. how it works?
What do you mean by request dispatcher in servlet?
Explain the features are in servlet 3?
Is servlet a framework?
What is the difference between the include() and forward() methods?
What if you need to span your transaction across multiple servlet invocations?
Why is Servlet so popular?
How will two or three servlets interact or communicate with each other?
What is the