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
Which is a valid identifier?
Is main an identifier?
What is the purpose of the strictfp keyword?
What is string :: npos?
What is the use of StringTokenizer class?
What is protected access modifier?
What does exclamation mean in java?
What are java threads?
What is the exception hierarchy in java?
What is the right data type to represent a price in java?
What was java originally called?
Define an abstract class with reference to java.
What are checked exceptions?
Is nan false?
What is java util concurrentmodificationexception?