Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

what is the difference between do get/dopost

Answer Posted / srinu

doGet:-
1)doGet() method this is default HttpRequest method
2)The request parameters as a query string in the Visible in
address bar.
3)it sends limited data
4)security is low because query string visible in the
address bar
5)It doesn't used multiform content data(i.e file uploading
operation) never used.
6)small scale application.

doPost:-

1)doPost()method this n't a default HttpRequest method
2)The request parameters as a query string does n't Visible
in address bar.
3)it sends unlimited data.
4)Security is high.
5)its used for multiform content data
6)large scale application.

Is This Answer Correct ?    4 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How can we include static files in the jsp page?

1120


Which HTTP method is non-idempotent?

1186


What do you mean by servlet?

1197


What is the difference between portlet and servlet?

1040


What is the use of java servlet api?

1089


How we can create war file in servlet?

1184


How printwriter is different from servletoutputstream?

1068


How are filters?

1085


What do you mean by cgi and what are its drawbacks?

1031


Explain url encoding in servlet?

1106


When to use doget() and when dopost()?

1158


Differentiate between get and post?

1210


Is tomcat a servlet container?

1113


What are sessions in servlets?

1114


What do you mean by httpservlet and how it is different from the genericservlet?

1127