Since, JSP is the server side dynamic technology and it extends the functionality of web or application server, it contains the following life cycle methods:
public void jspInit (); public void jspService (ServletRequest, ServletResponse); public void jspDestroy ();The above three life cycle methods are exactly similar to life cycle methods of servlet.