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 Garbage Collection in Java
Explain about join() method?
What is the relationship between clipping and repainting under awt?
Which programming language is best in future?
What is the use of bufferedreader?
What is the effect of keeping a constructor private?
What is the purpose of the file class in java programming?
How to declare objects of a class ?
How garbage collection is done in java?
What sorting algorithm does javascript use?
Which variables are stored in heap?
What is a get method?
Is it possible to cast an int value into a byte variable? What would happen if the value of int is larger than byte?
What is double parsedouble in java?
Is sizeof a keyword in java programming?