Can I override destroy() method of Servlets?
Answer Posted / kalyan
yes we can override destroy() method according application
requirement....
| Is This Answer Correct ? | 7 Yes | 0 No |
Post New Answer View All Answers
What's the servlet interface?
How do you define a servlet?
What are different methods of session management in servlets?
Which event is fired at the time of session creation and destroy?
Explain in brief the directory structure of a web application?
Write a command to get actual path of a servlet to the server?
Explain the methods of request dispatcher in servlet?
How can the referrer and the target urls be used in servlet?
What are common tasks performed by Servlet Container?
What is the need of session tracking in web application?
List some life cycle methods of a servlet.
What is the purpose of requestdispatcher interface?
What is servlet container. how it works?
What are the uses of servlets?
How is a servlet implemented in code?