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
No comments:
Post a Comment