0
2.9kviews
Explain Servlet Life Cycle.

Mumbai University > information technology > sem 4> Web Programming

Marks: 5M

Year : May16

1 Answer
0
71views

servlet life cycle:

A servlet life cycle can be defined as the entire process from its creation till the destruction. The following are the paths followed by a servlet

  • The servlet is initialized by calling the init () method.

  • The servlet calls service() method to process a client's request.

  • The …

Create a free account to keep reading this post.

and 4 others joined a min ago.

Please log in to add an answer.