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 is length in java?
An inner class can actually be a subclass of the outer class? a. true b. false
Explain the difference between map and flatmap stream operation?
Define reflection.
What is class level lock ?
What is collection api?
How do you delete a list in java?
What are the advantages of functions?
What are concepts of OOPS and how are they implemented in Java?
Is map ordered in java?
Write java program to reverse string without using api?
What are unchecked exceptions in java?