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 java is a platform independent? Explain
Why we override equals() method?
what is the default value of a variable char?(If not assigned)
we cannot create an object of interface but we can create a variable of it
In what type of containers, Border layout is a default layout?
How many boolean functions are there?
Why stringbuffer is faster than string?
Is it possible for yielded thread to get chance for its execution again ?
What is string length in java?
What is advantage of using threads?
What is == and === in javascript?
what is the difference between object and class