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 methodological framework?
Does list allow duplicates in java?
How are this() and super() used with constructors in java programming?
What methods are used in Servlet?Applet communication?
What is outofmemoryerror in java?
can used Protected Class outside Function.?
Can we use catch statement for checked exceptions?
What is the epoch date?
Why is logger singleton?
Why are variables important in research?
Why static functions are used?
What are the advantages of java inner classes?
What is the difference between object oriented programming language and object based programming language?
What are the differences between c++ and java?
According to java operator precedence, which operator is considered to be with highest precedence?