whats the life cycle of jsp

Answer Posted / minu

1.Translation Phase
2.Compilation Phase
3.Loading Creating an object
than
4.init: jspinit()
When the Jsp page is initialized,this method is
invoked.or The container that invoke the _jspinit(); method
initializs this page.
5.Service: jspservice()
The container, the _jspservice(); method is generated
and then called to handle each request.

6.Destroy: jspdestory()
when the JSP page is destoryed, the _jspdestory();
method is primarily invoked.

Is This Answer Correct ?    10 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is string immutability?

711


How do you empty a list in java?

725


How do I run java on windows?

721


What is the difference between an inner class and a sub-class?

678


Does java support function overloading, pointers, structures, unions or linked lists?

771






Which programming language is most secure?

699


Who is the owner of java?

712


Why singleton class is used in java?

768


What is array initialization in java?

672


Why stringbuffer is faster than string?

740


Can we extend singleton class in java?

711


Which graphs are functions?

664


What is an accessor?

1283


Why map is used in java?

759


Is empty set an element of empty set?

791