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
What is string immutability?
How do you empty a list in java?
How do I run java on windows?
What is the difference between an inner class and a sub-class?
Does java support function overloading, pointers, structures, unions or linked lists?
Which programming language is most secure?
Who is the owner of java?
Why singleton class is used in java?
What is array initialization in java?
Why stringbuffer is faster than string?
Can we extend singleton class in java?
Which graphs are functions?
What is an accessor?
Why map is used in java?
Is empty set an element of empty set?