_jspService() method

_jspService() method

Why is jspService() method starting with an '' while other life cycle methods do not?

View Answers

October 30, 2010 at 1:03 PM

jspService() method will be written by the container hence any methods which are not to be overridden by the end user are typically written starting with an ''. This is the reason why we don't override _jspService() method in any JSP page.









Related Tutorials/Questions & Answers:

Ads