Answer Posted / yogesh mudgil
The life cycle of a Servlet refers to the different phases
including its creation to its destroying.The different
phases of the life cycle of Servlet are:
1).Create Servlet
2).Create Instance
3).init()
4).service()
5).doget()/dopost()
6).destroy()
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
What is the difference between JVM and JRE?
how would you implement a thread pool? : Java thread
What is static in java?
What is regex in java?
Is assembly language a low level language?
Why is java called java?
Explain about serializable interface in java?
What is OOP Language?
What is an exception in java?
What is the reason behind using constructors and destructors?
What do you mean by stack?
What does three dots mean in java?
what is object-oriented programming in java?
What is the equal sign?
What is user defined exception in Java?