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 meant by JVM? Is JVM platform independent or not?
What are the application of stack?
Can set contain duplicates?
Is java map thread safe?
What is a heavyweight component?
Can a class have multiple constructors?
Explain the reason behind ending a program with a system.exit(0)?
Is binary a low level language?
What is data movement?
What is a function easy definition?
Describe what a thread-local variable is in java?
How does a cookie work in Servlets?
Do I need java on my pc?
What is the vector class in java programming?
What is a file pointer?