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 a java predicate?
What is number data type?
What is a lightweight component?
What is set in java?
What class of exceptions are generated by the java run-time system?
What is the difference between import java.util.date and java .util?
Is break statement can be used as labels in java?
What is the difference between processes and threads?
What value is a variable of the string type automatically initialized?
What is an array in java?
Define jre i.e. Java runtime environment?
what is the purpose of the runtime class?
Can variables be used in java without initialization?
What is a boolean output?
What is an infinite loop? How infinite loop is declared?