JSP Life Cycle

Advertisements

Set Classpath in JSP Features of JSP

JSP Life Cycle

A JSP life cycle can be defined as the entire process from its creation till the destruction which is similar to a Servlet life cycle with an additional step which is required to translate a JSP into Servlet.

Life cycle of a JSP Page

  • Translation of JSP Page to Servlet
  • Compilation of JSP Page
  • Classloading (class file is loaded by the classloader)
  • Instantiation (Object of the Generated Servlet is created).
  • Initialization ( jspInit() method is invoked by the container).
  • Reqeust processing ( _jspService() method is invoked by the container).
  • Destroy ( jspDestroy() method is invoked by the container).
JSP life cycle

Life cycle method of JSP

  • jspInit()
  • _jspService()
  • jspDestroy()

We can override jspInti(), jspDestroy(). But we can not override _jspService() method.

To inform the programmer that you should not override the service() method the method name is started with '_' symbol.


Set Classpath in JSP Features of JSP

Google Advertisment

Buy This Ad Space @$20 per Month, Ad Size 600X200 Contact on: hitesh.xc@gmail.com or 9999595223

Magenet is best Adsense Alternative here we earn $2 for single link, Here we get links ads. Magenet

For Projects 9999595223

Google Advertisements


Buy Websites 9999595223

Buy College Projects with Documentation Contact on whatsapp 9999595223. Contact on: hitesh.xc@gmail.com or 9999595223 Try this Keyword C++ Programs

Advertisements