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
A client sends requests to two different web components. Both of the components access the session. Will they end up using the same session object or different session ?
What are the functions of Servlet container?
How can we include static files in the jsp page?
Explain is servlet mapping?
When using servlets to build the HTML, you build a DOCTYPE line, why do you do that?
What are the uses of servlets?
How to get ip address in jsp login page and how to validate like 127.1.0.1 all should not be greater than 255
What is java servlet?
What is the difference between Server and Container?
What is a server side include (ssi)
How httpservlet is different from the genericservlet?
What is http servlet?
Write a program to show the functionality of servlets.
What is the difference between the include() and forward() methods?
What is servlet mapping?