whats the life cycle of jsp

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


Please Help Members By Posting Answers For Below Questions

Explain the difference between serializable and externalizable in java?

625


What is Garbage Collection in Java

694


What do you mean by an interface in java?

657


What variables are stored in stack?

625


What do you mean by of string::valueof expression in java 8?

634






What is difference between equal and == in java?

601


Can we make the abstract methods static in java?

671


Does treeset allow null in java?

613


What is t type java?

708


Are global variables initialized to zero?

594


What are the advantages of unicode?

647


Can a constructor call another constructor?

653


Justify your answer that you can't define a method inside another method in java, if you can then how?

692


Where import statement is used in a java program?

684


Can we serialize static variables in java?

747