Once the destroy() method is called by the container, will the servlet be immediately destroyed? What happens to the tasks(threads) that the servlet might be executing at that time?
No Answer is Posted For this Question
Be the First to Post Answer
What are setComment and getComment methods in Cookies?
How are filters?
how to use servlets with j2ee ?
What is http servlet in java?
What are the exceptions thrown by servlets? Why?
Why servlet is used as controller ? Not JSP? I want complete explation?
Write all the phases defined in servlet life cycle?
In servlets, Why do we need both GET and POST method implementations?
What are the types of Session Tracking ?
The code in a finally clause will never fail to execute, right?
can i call init() method in destroy() method of servlset. ?
What is cookies in servlet with example?