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
Which is fastest collection in java?
What is the lifetime and scope of a variable?
Name and explain the types of ways which are used to pass arguments in any function in java.
What does business logic mean?
What is a stack class in java ?
What is an escape character in java?
Why are functions called methods in java?
What is the purpose of a default constructor?
Explain yield() method in thread class ?
When should I use singleton pattern?
What is use of map in java?
What is the use of a conditional inclusion statement in Java ?
How do you check if a character in a string is a digit or letter?
What is externalizable interface?
What is the Concept of Encapsulation in OOPS