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 command line arguments?
Is Java a dying language?
Which class should you use to obtain design information about an object in java programming?
Difference between java and javascript
Convert a binary search tree to a sorted doubly linked list inplace.
How many types of array are there?
What about static nested classes in java?
Is java util list serializable?
How will you get the platform dependent values like line separator, path separator, etc., ?
What is a generic code?
Explain access modifiers in java.
I dont want to use serialzable in java is there any another concept so plz tell me