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
Explain the difference between serializable and externalizable in java?
What is Garbage Collection in Java
What do you mean by an interface in java?
What variables are stored in stack?
What do you mean by of string::valueof expression in java 8?
What is difference between equal and == in java?
Can we make the abstract methods static in java?
Does treeset allow null in java?
What is t type java?
Are global variables initialized to zero?
What are the advantages of unicode?
Can a constructor call another constructor?
Justify your answer that you can't define a method inside another method in java, if you can then how?
Where import statement is used in a java program?
Can we serialize static variables in java?