DEVFYI - Developer Resource - FYI

Can we override the jspInit(), _jspService() and jspDestroy() methods?

JSP Interview Questions and Answers


(Continued from previous question...)

55. Can we override the jspInit(), _jspService() and jspDestroy() methods?

We can override jspinit() and jspDestroy() methods but not _jspService().

(Continued on next question...)

Other Interview Questions