Why does _jspService() start with an '_' but other lifecycle methods do not?
Why does _jspService() start with an '_' but other lifecycle methods do not?
Answer
Whatever content made in a jsp page goes inside the _jspService() method by the container. If it is override, the compiler gives an error, but the other 2 lifecycles can be easily override. So ‘_’ shows that we cannot override this method.
Disclimer: PCDS.CO.IN not responsible for any content, information, data or any feature of website.
If you are using this website then its your own responsibility to understand the content of the website