whats the life cycle of jsp

Answer Posted / vivek singh

JSP’s life cycle can be grouped into following phases.

1. JSP Page Translation
2. JSP Page Compilation
3. Class Loading
4. Execution phase
5. Initialization
6. jspService() execution
7. jspDestroy() execution

Is This Answer Correct ?    5 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What occurs when an object is constructed?

577


What is java beans?

582


Is minecraft 1.15 out?

555


Objects or references which of them gets garbage collected?

540


what is the volatile modifier for? : Java thread

529






These static constructors are correct ? class A { statc intA() { } static A(int x,int y) { } static A(int x) { } }

607


What is array pointers ?

609


What are the Static and Dynamic Variables? Differentiate them.

611


How does predicate work in java?

545


Can we increase size of array?

582


Write a program to print the pattern given below

503


what do you understand by synchronization? Or what is synchronization and why is it important? Or describe synchronization in respect to multithreading? Or what is synchronization? : Java thread

495


How is a structure different from array ?

590


How can we make a class singleton?

585


Why is flag used in java?

553