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
What does this mean java?
What is primitive data type in java?
Is it possible to write a regular expression to check if string is a number?
Explain the features of java?
Considering notepad/ie or any other thing as process, what will happen if you start notepad or ie 3 times? Where 3 processes are started or 3 threads are started?
What does the exclamation mark mean in java?
Write a factorial program using recursion in java?
What is a nonetype?
We are seeing so many videos/audios as many web sited. But question is these videos or audios are stored in Databases ( Oracle, Mysql, Sybase,... ) or stored any file directory from there they will give the link for that? Pls explain and give sample code to achieve this one? Thanks, Seenu.
How is abstraction implemented in java ?
What is indexof?
What are identifiers in java?
What all access modifiers are allowed for top class ?
What is bufferedwriter?
What are the restrictions imposed by a Security Manager on Applets?.