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
Explain the role of dispatcherservlet and contextloaderlistener.
can i call destroy() method in init() method of servlet
What are the features added in Servlet 2.5?
What is the purpose of requestdispatcher interface?
What is the importance of init() method in Servlet ?
What is servlet in tomcat?
Explain request dispatcher and its methods.
What is servlet container. how it works?
What is a parser. What does a parser do with a XML? Why do we need it?
Define context initialization parameters.
Which interface must be implemented by all servlets?
Which exception is thrown if servlet is not initialized properly?