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
What are the three types of design patterns?
How is treeset implemented in java?
What is __ init __ functions?
What is arrays fill in java?
What’s the difference between callable and runnable?
What does nullpointerexception mean?
when you will synchronize a piece of your code? : Java thread
Have you ever used hashtable and dictionary?
Can each java object keep track of all the threads that want to exclusively access it?
Why should I use abstract class?
What is the difference between member variables initialization and assignment in a constructor?
What is the default value of float and double datatype in java?
Objects or references which of them gets garbage collected?
Is it possible to instantiate the abstract class?
How do you sort a string in java?