jspInit(),jspDestroy and _jspService are lifecycle methods of a JSP . Which of the following is true ?
Only jspInit() can be overridden
Only jspDestroy() can be overridden
Only _jspService() can be overridden()
Both jspInit() and jspDestroy() can be overridden
jspInit(), jspDestroy() and _jspService() can all be overridden