What is the jspDestroy() method?
Are you preparing for IT certification? With practice questions, study notes, interactive quizzes, tips and technical articles, uCertify PrepKits ensure that you get a solid grasp of core technical concepts to ace your certification exam in first attempt.
What is the jspDestroy() method?
Rating:
The jspDestroy() method of the javax.servlet.jsp.JspPage interface is invoked by the container when a JSP page is about to be destroyed. This method is similar to the destroy() method of servlets. It can be overridden by a page author to perform any cleanup operation such as closing a database connection.
Rating:
Was this information helpful?
Other articles
- What are numeric promotions?
- What are the new features of EJB 2.1?
- What is encapsulation?
- What is a publish-and-subscribe model?
- Authentication