Answer Posted / suresh kumar pathak
doGet():Ask to get the thinng to get in requested URL
doPost():Same as GET method with extra information send in
body part.
doHead():Only header partof response without any body section.
dodoTrace():Ask for loopback of request message.(For testing)
doPut():say to put the enclosed info in requested URL.
doelete():sat to delete the info in requested URL.
doOption():ask for list of option in requested URL needed.
doConnect():say to connect for the purpose of tunnelling(to
pass servlet through firewall).Not a method of httpservlet.
| Is This Answer Correct ? | 33 Yes | 13 No |
Post New Answer View All Answers
How can the session in servlet be destroyed?
Explain load on start-up and its importance?
What is the need of servlet filters?
How to handle exceptions thrown by application with another servlet?
Why do we need servlet filter?
What is the difference between using getSession(true) and getSession(false) methods?
List out difference between a JavaBean from a Servlet?
What is difference between GenericServlet and HttpServlet?
Which HTTP method is non-idempotent?
How do you load an image in a Servlet?
How can you use a servlet to generate a plain text instead of html?
What are the servlet events?
Which protocol will be used by browser and servlet to communicate
How can we perform any action at the time of deploying the project?
What exactly are the functions of servlet?