DEVFYI - Developer Resource - FYI

Can you override jspInit() method? If yes, In which cases?

JSP Interview Questions and Answers


(Continued from previous question...)

60. Can you override jspInit() method? If yes, In which cases?

ye, we can. We do it usually when we need to intialize any members which are to be available for a servlet/JSP throughout its lifetime.

(Continued on next question...)

Other Interview Questions