whats the life cycle of jsp
Answers were Sorted based on User's Feedback
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 |
What are pass by reference and pass by value?
What is the life-cycle of an object?
how does the run() method in runnable work? : Java thread
Is set thread safe java?
What is the major advantage of external iteration over internal iteration?
What is static variable and static method?
32 Answers Accenture, Prolific, Prolifics, TCS, TNH,
What is reflexive association?
What is a default method?
What are listeners in java and explain ?
. Define Copy Constructor in Java
What are Font and FontMetrics classes?
What is the constructor?