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
Explain the Propertie sof class?
How do you do exponents in java?
Is a method a function?
What is the default execution method in java?
What are alternatives to java serialization?
How do you stop a thread in java?
what is ststic with example
Which one will take more memory: an int or integer?
What are the problems faced by java programmers who don't use layout managers?
How will you get the platform dependent values like line separator, path separator, etc., ?
How long will it take to learn java?
What does substring mean?
What are the characteristics of java?
When do we use hashset over treeset?
What is final method in java?