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 are the steps that are required to handle the multi-threading?
How many objects of a servlet is created?
Is servlet thread safe?
Why do we have servlet listeners?
Explain mvc pattern.
What do you mean by annotations in servlet?
What do you mean by web applications?
What is the effective way to make sure all the servlets are accessible only when user has a valid session?
Whats the advantages using servlets over using CGI?
What are the servlet events?
How can you push data from an Applet to a Servlet?
What is the need of servlet filters?
What is a servlet context?
How to commuincate between an applet and a servlet?
When Servlet is unloaded?