Sr.Java Web Developer Question: Download Sr.Java Web Developer PDF

Do you know what is the jspDestroy() method?

Tweet Share WhatsApp

Answer:

jspDestry() method is invoked from javax.servlet.jsp.JspPage interface whenever a JSP page is about to be destroyed. Servlets destroy methods can be easily overridden to perform cleanup, like when closing a database connection.

Download Sr.Java Web Developer PDF Read All 64 Sr.Java Web Developer Questions
Previous QuestionNext Question
Explain me what are the advantages of Hibernate over JDBC?Please explain what is exception hierarchy in java?