In the previous chapter we saw how a Servlet handles a Http Request that comes from a web browser. We also saw that there are many doXXX() methods inside a Servlet that serve a specific purpose. In this chapter we are going look at the XXX part of the Servlet code.
So, lets get started!!!
The doXXX Methods
There are 3 main types of requests that get processed by a Servlet. They are:
• Get
•