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 is bean? Where it can be used?
What is ordered map in java?
hr interview how many minutes asking question
Which one will take more memory: an int or integer?
Why constructor has no return type?
What do you mean by an object in java?
How to print an arraylist in java?
Explain about doubly linked list
how does multithreading take place on a computer with a single cpu? : Java thread
What do negative exponents mean?
What are "class access modifiers" in Java?
What is the purpose of void?
Can a java program have 2 main methods?
How does the garbage collector works in java?
explain what is transient variable in java?