The HttpServlet Life Cycle
- The service() method calls one of seven helper methods:
- doGet()
- doPost()
- doPut(), doHead(), doOptions(),
doDelete(), or doTrace(),
- Each method manipulates a request and response through two objects given
as parameters:
- HttpServletRequest
- HttpServletResponse