Java Servlet Life Cycle

Loading --> init()--> Initialized --> service() --> Request Handeling -->
destroy() --> end
Zain