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 |
Why is multithreading important?
What do you understand by private, protected and public?
Can we call the run() method instead of start()?
How do you sort a list in java?
Give differences between Quicksort & Mergesort. When should these sorts be used and what is their running time?
Difference between prefix and postfix forms of the ++operator?
How to read and write image from a file ?
What is a finally block?
what is session facade ?
What is the use of arrays tostring () in java?
What is a boolean output?
Which is the best way of exception handling?