what is the difference between do get/dopost

Answer Posted / thennavan.m

doGet(): 1.The query String "display" the Client browser.
2.The max of query string 0 to 255 Character to
be send.

doPost(): 1. The query String to "Hide" the Client browser.
2. No limitation of data to be send.
3. The data to be send separate packet on the
server.

Is This Answer Correct ?    4 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What are the kinds of http requests?

605


What is difference between server and servlet?

575


When a client request is sent to the servlet container, how does the container choose which servlet to invoke?

571


Who is responsible to create the object of servlet?

716


Is dispatcher servlet a singleton?

543






What is the process for chaining servlet?

607


Explain the difference between a web server and a web container?

511


What are its drawbacks of cgi?

565


What is servlet container. how it works?

607


Write a program to show the functionality of doget and dopost method?

651


how to link html file to sevlet file.one name is textbox,c&c++ is cheakbox,bc&mca is radio button and one submit buttonis ok why in this programme use in servelt file

2079


What is api in servlet?

521


Explain how does JSP handle run-time exceptions?

580


Differentiate between the get and post method

563


What is MIME Type?

661