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
Which is bigger float or double?
java Technical questions asked by JPMC
What is a linkedhashmap java?
What is the use of join method?
What is the difference between preemptive scheduling and time slicing in java programming?
What are the rules for naming an array?
What is multiple inheritance? Is it supported by java?
What is bytecode verifier?
Is binary a low level language?
State the merge-sort principle and its time complexity.
What do you mean by formatting?
How do you call a reference in java?
What is the gregoriancalendar class in java programming?
Describe the process as to how substring() methodology mechanisms in java.
How do you convert boolean to boolean?