Following methods can be overridden in the JSP page
-
jspDestroy()
-
jspInit()==
-
_jspService()
-
getParameter()
A
Correct answer
Explanation
The jspDestroy() method can be overridden in a JSP page to perform cleanup operations when the page is being unloaded or the JSP container is shutting down. This is part of the JSP lifecycle, parallel to the destroy() method in Servlets.