Multiple choice technology programming languages

Following methods can be overridden in the JSP page

  1. jspDestroy()

  2. jspInit()==

  3. _jspService()

  4. getParameter()

Reveal answer Fill a bubble to check yourself
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.