JSP Lifecycle
by Nirmala[ Edit ] 2008-10-30 14:40:39
Hi....
JSP Life Cycle
1. JSP page translation,
2. JSP page compilation,
3. Load class,
4. Create instance,
5. Call the jspInit method,
6. Call the _jspService method, and
7. Call the jspDestroy method.