Servlet Tutorial Servlets provide a component-based, platform-independent approach to creating web-based applications without the performance limitations of CGI programs. Servlets have access to all Java APIs, including the JDBC API to enterprise databases. This tutorial explains how to use Java Servlets to develop web-based applications. Start learning Servlets now!
After studying the "Servlet Basics Tutorial" tutorial, you will find that you have reached an intermediate level of using Java Servlets from getting started with Servlets. You can then advance by yourself through more in-depth study and practice.