Objective

Understand Servlets as a core component of J2EE for generating dynamic web content. Learn the Servlet lifecycle, API, session management, and how to build and deploy a structured web application using Servlets. Apply concepts like MVC, session tracking, and request dispatching in practical scenarios.

Lecture Topics

1. Servlets: Dynamic Content Generation

2. Advantages of Servlets over CGI

3. Servlet Life Cycle

4. Servlet API & Deployment

5. Servlet Annotations