what is the life cycle of jsp?

Answer Posted / vijayakumar chinnasamy

jsp life cycle:
===============
1.Page translation - automatically translate the .jsp file
in .java(servlet)file
2.Compilation - automatically compile the .java(servlet)
file and create .class file .
3.Loading - load the compiled servlet into container.
4.Create instance - create instance for loaded servlet
(.java)
5.call jspInit method. (call only one time)
6.call _jspService method
7.call jspDestroy method.(call only one time)

Is This Answer Correct ?    10 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Lowest Common ancestor in a Binary Search Tree and Binary Tree.

562


What is a finally block? Is there a case when finally will not execute?

553


Is 0 a real number?

593


What are the super most classes for all the streams?

1175


List the three steps for creating an object for a class?

517






how come we know the object is no more used in the class?

5437


Where is stringbuffer stored?

553


Is alive method in java?

508


What is Classloader in Java?

640


What initialize variables?

508


Is the milky way in a void?

542


What’s the difference between unit, integration and functional testing?

619


What is the intersection and union methods?

550


Which is faster call by value or call by reference?

503


How to store image in arraylist in java?

514