Q. The web container maintains the life cycle of a servlet instance,give the lifecycle of a servlet? (Solved)
1. Servlet class is loaded
2. Servlet instance is created
3. init,Service,destroy method is invoked
4. All mentioned above
- d. All mentioned above