Servlet Tutorial
Servlet provides a component-based, platform-independent method for creating web-based applications, free from the performance limitations of CGI programs. Servlets have access to the entire Java API, including the JDBC API for accessing enterprise databases.
This tutorial will explain how to develop web-based applications using Java Servlets.
Who Should Read This Tutorial?
This tutorial is designed for Java programmers. Before reading this tutorial, you should have a good understanding of the Java Servlet framework and its API. After completing this tutorial, you will find yourself at a moderate level of expertise in using Java Servlets, and you can further advance your skills through deeper study and practice.
Prerequisites for Reading This Tutorial:
Before you start reading this tutorial, it is best to have a good understanding of the Java programming language. If you have a basic understanding of web applications and how the internet works, it will help you grasp the concepts in this tutorial.