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
Can you explain in detail 'javax.servlet' package?
What do you mean by annotations in servlet?
How does tomcat servlet container work?
What are the objects involved when a servlet receives a call from client?
What's the servlet interface?
What is servlet and its types?
What is the purpose of requestdispatcher interface?
What is Request Dispatcher?
how to link html file to sevlet file.one name is textbox,c&c++ is cheakbox,bc&mca is radio button and one submit buttonis ok why in this programme use in servelt file
explain the advantages of servlet life cycle?
Define servlet mapping?
What are the steps involved in placing a servlet within a package?
How do we go with database connection and log4j integration in servlet?
What is the difference between get and post methods?
What is the major difference between context parameter and context attribute?