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 services that container provides?
Difference between Choice and a List?
What is rmi and steps involved in developing an rmi object?
Does java support Operator Overloading?
What is abstraction with strong example program? (not a general program)
Write a program to solve producer consumer problem in java?
What is used of static keyword in java?
What is tochararray in java?
What is boolean in java?
What is constructor
9 Answers Manforce, Tech Mahindra,
How can we avoid including a header more than once?
What is return code?