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

What happens when you add a double value to a string?

545


Is java programming easy?

545


Why should we use singleton pattern instead of static class?

464


What is difference between this and super keyword?

519


Explain a situation where finally block will not be executed?

576






Why is string builder not thread safe?

593


What are annotations in java?

623


Find the value of a specified element of the array arr[i] where 0 <= i <= n-1

545


What is a java predicate?

537


What is meant by local variable and instance variable?

602


What are the types of collections in java?

541


What is polymorphism in java? What are the kinds of polymorphism?

584


Explain 5 io best practices?

599


What is printwriter in java?

522


What is an empty list in java?

534