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 does java have different data types for integers and floating-point values?
why interaction with server using javascript is difficult
How will you call an Applet using Java Script Function?
what is a thread?
What is the difference between keyword and identifier?
what is the difference between sleep() and Wait()?
What is a variable analysis?
In what circumstances, compiler will supply a default constructor for a class?
Explain oops concepts in detail?
How do you detect memory leaks?
What is difference between fileinputstream and filereader in java?
What is class forname?