|
Introduction
| Servlets
& HTTP | Life-Cycle | Sessions
| Summary
| Examples Life Cycle: Loading | Servicing Requests | Threading | Reloading | ||
OverviewA servlet is managed through a well-defined lifecycle described in the servlet specification. The servlet lifecycle describes how a servlet is loaded, instantiated, initialized, services requests, destroyed and finally garbaged collected. Every servlet engine must adhere to the servlet lifecycle, but as we shall see, there are many different ways to implement it.
Servlet Life cycle | |||
(c) Zameer's Online Education 2006 |