The servlet technology is the foundation of web application development using the Java programming language. Understanding the servlet technology and its architecture is important if you want to be a Java developer.
Java Servlet technology provides dynamic, user-oriented content in web applications using a request-response programming model.
The aim of this tutorial is to introduce the servlet technology and make you comfortable with it by presenting step-by-step instructions that enable you to build and run a servlet application.