Answer Posted / vijay.pandey
A JSP page services requests as a servlet.
The life cycle and many of the capabilities of
JSP pagesare determined by Java Servlet technology
1)JSP page translation,
2)JSP page compilation,
3)load class,
4)create instance,
5)call the jspInit method,
6)call the _jspService method, and
7)call the jspDestroy method.
| Is This Answer Correct ? | 13 Yes | 0 No |
Post New Answer View All Answers
What is an array in java?
Why we use protected in java?
what is thread in Java ?
Does it matter in what order catch statements for filenotfoundexception and ioexception are written?
What is a native method in java programming?
Can we create an object if a class doesn't have any constructor ( not even the default provided by constructor ) ?
What is ++ a in java?
How is garbage collection controlled?
what is meant by Garbage collection?
How do I enable java in safari?
What is a null class?
What is fail fast in java?
How does callback work in java?
is there a separate stack for each thread in java? : Java thread
What is a nullable field?