translation --> .jsp to .java compilation --> .java to .class ( here after it behave just like a servlet) load class instantiate --> constructor runs jspInit() jspService() _jspDestroy()
hth
SCJP 1.4 - 95% [ My Story ] - SCWCD 1.4 - 91% [ My Story ] Performance is a compulsion, not a option, if my existence is to be justified.
Originally posted by Niranjan Deshpande: the jsp life cycle is -
translation --> .jsp to .java compilation --> .java to .class ( here after it behave just like a servlet) load class instantiate --> constructor runs jspInit() jspService() _jspDestroy()