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

Why arraylist is used in java?

553


Explain the difference between comparator and comparable in java?

488


What are the supported platforms by java programming language?

573


Can we override the private methods?

529


What is 16 bits called?

503






what is collatration?

2745


What are the benefits of immutable objects?

544


What happens when you add a double value to a string?

547


A person says that he compiled a java class successfully without even having a main method in it? Is it possible?

584


What is boolean flag in java?

582


What is java abstraction with example?

561


If I only change the return type, does the method become overloaded?

541


What is bufferedwriter?

542


What are the different types of sorting in java?

542


What is class forname?

548