❮ PreviousNext ❯ Servlet life cycle can be described as a series of steps through which a servlet goes during its life span, starting from… [Read More]
Servlet Architecture: Basics of Servlets
A Servlet is a class, which implements the javax.servlet.Servlet interface. However instead of directly implementing the javax.servlet.Servlet interface we extend a class that has implemented the… [Read More]
Working of Servlet
❮ PreviousNext ❯ Before I start explaining how the servlet works, lets get familiar with these three terms. Web Server: it can handle HTTP Requests… [Read More]
Servlet Tutorial for beginners
Next ❯ Servlet is a java program that runs inside JVM on the web server. It is used for developing dynamic web applications. Before we… [Read More]