Java Interview Questions

Wednesday, 27 March 2013

What is the life cycle of a servlet?


What is the life cycle of a servlet?  
Each Servlet has the same life cycle: 
a) A server loads and initializes the servlet by init () method. 
b) The servlet handles zero or more client’s requests through service() method. 
c) The server removes the servlet through destroy() method.

Blog Author: Vijay Kumar

Go to: Coding Problem Solutions, C C++ Aptitude


Posted by Vijay Kumar at 10:47:00 pm
Email ThisBlogThis!Share to XShare to FacebookShare to Pinterest

No comments:

Post a Comment

Newer Post Older Post Home
Subscribe to: Post Comments (Atom)

Blog Archive

  • ▼  2013 (116)
    • ▼  March (112)
      • ►  Mar 15 (30)
      • ►  Mar 16 (20)
      • ►  Mar 18 (10)
      • ►  Mar 19 (10)
      • ►  Mar 21 (15)
      • ►  Mar 24 (13)
      • ▼  Mar 27 (12)
        • What are the steps involved for making a connectio...
        • What type of driver did you use in project?
        • What are the types of statements in JDBC?
        • What is stored procedure?
        • How to create and call stored procedures?
        • What is servlet?
        • What is the difference between an applet and a ser...
        • What is the difference between doPost and doGet me...
        • What is the life cycle of a servlet?
        • Who is loading the init() method of servlet?
        • What are the different servers available for devel...
        • How many ways can we track client and what are they?
      • ►  Mar 30 (2)
    • ►  April (3)
      • ►  Apr 08 (1)
      • ►  Apr 21 (2)
    • ►  May (1)
      • ►  May 07 (1)

About Me

Vijay Kumar
View my complete profile
Awesome Inc. theme. Powered by Blogger.