The jsp page is compiled into a servlet. It has methods jspInit() , jspService(HttpServletRequest, HttpServletResponse) , jspDestroy() .
Question number 1
Correctly, I understand that the jsp methods are the methods of the servlet into which it is compiled?
Question number 2
How to override jspInit() on jsp page?