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 |
Difference between overloading and overridding?
How is java created?
How do you declare an array that will hold more than 64KB of data?
What does provide mean construction?
What is the method to declare member of a class static?
How can we create a thread in java?
What is an example of a constant variable?
write a program to create an arraylist and listeterator.and value should be enter through keyboard.
can we have function for truncating the sign as like abs in oracle.
What is nullpointerexception in java?
Why bytecode is called bytecode?
What is the difference between Resultset and Rowset.