Tag Archives: container

How Container handles the Servlet’s Requests and Responses.

Hello Friends,

This is the tutorial regarding  java servlet container. This include all the information about how the Servlet Container works in the web server, how it gets the requests and response and how it handles the same and provides the output to be displayed.

Introduction to Java Servlets.

Hello Friends,

This is my first tutorial on the Java Servlets. This will be helpful for all the newbie who wants to learn the advance java programming. This is the first and basic step to enter the java enterprise environment. In this tutorial we will be focusing on what actually are servlets, what are its advantages some simple things related to Servlets.