Multiple Choice
The web container maintains the life cycle of a servlet instance,give the lifecycle of a servlet?
A) Servlet class is loaded
B) Servlet instance is created
C) init,Service,destroy method is invoked
D) All mentioned above
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q6: In the HTTP Request method which is
Q7: Give the examples of Application Server from
Q8: The getSession() method with 'true' as its
Q9: What is the limit of data to
Q10: The include() method of RequestDispatcher<br>A) sends a
Q12: RequestDispatcher object is used<br>A) to include other
Q13: What are the contents of web module?<br>A)
Q14: When might your program wish to run
Q15: What's the difference between servlets and applets?<br>1)
Q16: In which advantage of servlet, Servlets are