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 functions of the servlet container?
What are the benefits of using servlet over cgi?
Describe the phases of servlet lifecycle?
Explains the differences between context.getrequestdispatcher() and request.getrequestdispatcher()?
Which method of the httpservletrequest object is used?
What is servlet and its advantages?
What is the use of servlet wrapper classes?
Define context initialization parameters.
How many servlet objects are created?
How do we share data using 'getservletcontext ()?
When a client request is sent to the servlet container, how does the container choose which servlet to invoke?
What’s the difference between forward() and sendredirect() methods?
What are the important functions of filters?
What is SingleThreadModel interface?
How can you use a servlet to generate a plain text instead of html?