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 doGet() and doPost()?

Answer Posted / venkat

whenever we use doGet() method query string will be appear
on the address bar.
but doPost() does't appear on the address bar.

doGet() method is send limited amount of data
doPost() method is send unlimited amount of data

using doGet() method we can't solve idem potent problem.
using doPost() method we can solve idem potent problem.

doGet() is faster
doPost() is slow.

doGet() method is get method based request
doPost() method is post method based request

Is This Answer Correct ?    3 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How can you create a session in servlet?

1131


Should I override the service() method?

1081


Explain mvc pattern.

998


What is meant by session? Tell me something about httpsession class?

996


How does Cookies work in Servlets?

1159


What are the objects involved when a servlet receives a call from client?

1030


When should you prefer to use doget() over dopost()?

1138


Differentiate between the get and post method

1047


What is the effective way to make sure all the servlets are accessible only when user has a valid session?

1045


Why is Servlet so popular?

1054


What are the kinds of http requests?

1026


What are the life cycle methods of the servlet?

1075


What is URL Encoding?

1163


Which is the methods of generated servlet?

1213


What is servlet and its use?

1096