HttpServlet in Servlet
Advertisements
HttpServlet Class in Servlet
This is used to define httpServlet, to receive http protocal request and to send http protocol response to the client.
The HttpServlet class extends the GenericServlet class and implements Serializable interface. It provides http specific methods such as doGet, doPost, doHead, doTrace, doDelete, doOption etc.
- doGet
- doPost
- doHead
- doTrace
- doDelete
- doOption
- doPut
Google Advertisment