Servlet

Servlet is a robust and scalable technology used to create a web application. It resides at the server-side and generates a dynamic web page. Servlet class extends the capabilities of the servers and responds to the incoming requests. Servlet is an API that provides many interfaces and classes such as Servlet, HttpServlet, ServletRequest, ServletResponse, etc.

In this section of our training, we will be covering the following topics :

  • Working of a Servlet
  • Session Management