Answer Posted / abdul
There are 7 methods present in the HttpServlet.
doGet().
doPost()
doPut().
doTrace()
doDelete()
doHead()
doOptions()
* Note :doConnect() is not present in HttpServlet. The
developers of the API didn't feel the use of doConnect in
Servlet.
| Is This Answer Correct ? | 29 Yes | 5 No |
Post New Answer View All Answers
What is the life cycle of a servlet?
What is the use of welcome-file-list?
What is servlet name in web xml?
Is that servlet is pure java object or not?
How do you invoke a Servlet? What is the difference between doPost method and doGet method?
When Servlet is unloaded?
Explain the custom jsp tags and the beans.
What methodology can be followed to store more number of objects in a remote server?
How to handle exceptions thrown by application with another servlet?
What is cookie in servlet?
How to get the server information in a servlet?
What are the disadvantages of storing session state in cookies?
Explain jsessionid?
What is a cookie What is the difference between session and cookie
How do you invoke a servelt?