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 substring in java?
What is the difference between inner class and nested class?
What is the difference between form & report?
What is functional interface in java example?
Difference between java and javascript
Are arrays immutable in java?
What is covariant return type?
Is 0 a real number?
What is the purpose of using bufferedinputstream and bufferedoutputstream classes?
What are the advantages of java over cpp?
When should I use singleton?
What does java ide mean?
What are selection structures?
What is difference between checked and unchecked exception in java?
how to write a program for sending mails between client and server