JSP Lifecycle

by Nirmala 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.

Tagged in:

1740
like
1
dislike
0
mail
flag

You must LOGIN to add comments