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 java arraylist hold different types?
Will the jvm load the package twice at runtime?
What is the difference between C++ and Java and your preferences?
How to perform quicksort in java?
What does a za z0 9 mean?
What about main() method in java ?
How do you declare an empty string?
What is volatile data type?
Is java a software?
What is hasnext in java?
What is the platform?
Why singleton is not thread safe?
Does unicode support all languages?
What is the purpose of the system class in java programming?
When a thread is executing synchronized methods , then is it possible to execute other synchronized methods simultaneously by other threads?