Servlet Life Cycle
A servlet life cycle can be defined as the entire process from its creation to its destruction. The following are the paths followed by a servlet.
· The servlet is initialized by calling the init() method.
· The servlet calls service() method t...
vdsrnanditha.hashnode.dev3 min read