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
If a servlet is not properly initialized, what exception may be thrown?
What is a servlet engine?
What are the supporting protocol by HttpServlet ?
What exactly are the functions of servlet?
Explain the features are in servlet 3?
What do you mean by chaining in servlet?
How do I support both get and post from the same servlet?
What if you need to span your transaction across multiple servlet invocations?
What is servlet name in web xml?
What is the use of servlet wrapper classes?
Write all the phases defined in servlet life cycle?
What are the phases of the servlet life cycle?
What are the functions of an intercepting filter?
Explain is servlet mapping?
What is the type of method for sending request from http server?