Answer Posted / minu
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 |
Post New Answer View All Answers
Why stringbuffer is faster than string?
Can each java object keep track of all the threads that want to exclusively access it?
Is string a class in java?
How many bits is a float?
Define an enumeration?
What is currentthread()?
What is oop in java?
What’s the difference between applets and standalone program?
Can a static class implement an interface?
What is the meaning of variables in research?
What is jagged array in java?
What is the use of using enum to declare a constant?
Is void a type?
Give the difference between the println method and sqrt method?
What is the applet security manager, and what does it provide?