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
Can you start a thread twice in Java?
What isan abstract class and when do you use it?
what is the purpose of "virtual"?
What does isempty () do in java?
What is bigger kb or mb?
What is a functional interface?
What is the use of singleton class?
What is the purpose of static methods and static variables?
What are default methods ?
What is the difference between hashset and treeset in java?
Is math class static in java?
Write a java program to generate fibonacci series ?
Is oracle java 11 free?
What are methods of a class?
How to use arraylist in java netbeans?