jspInit(),jspDestroy and _jspService are lifecycle methods of a JSP . Which of the following is true ?

  1. Only jspInit() can be overridden

  2. Only jspDestroy() can be overridden

  3. Only _jspService() can be overridden()

  4. Both jspInit() and jspDestroy() can be overridden

  5. jspInit(), jspDestroy() and _jspService() can all be overridden


Correct Option: D

Find more quizzes: