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 b/w PUT and POST method to send data
to the server

Answer Posted / cool_one368

The Basic Difference between PUT and POST is by using PUT
we have only limited data to be sent to the Server also it
can be shown into Browser URL if you use UserName and
Password by using PUT then the Password and UserName can
also be seen in the URL.

Where as if you will use Post then the whole data can be
Sent to the Browser without being shown.

Is This Answer Correct ?    4 Yes 4 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the main purpose of serialization in java?

1096


what is instanceof operator used in java?

1082


Explain reverse a linked list iterative solution in java?

964


What are register variables what are the advantages?

940


What does percent mean in java?

1078


define polymorphism in java

1148


What is primitive array?

946


What is a void in java?

1269


What is thread life cycle?

1030


Why do I need to declare the type of a variable in java?

1154


How many boolean functions are there?

1014


Explain hashset and its features?

1216


Can you use this() and super() both in a constructor?

1036


What is the purpose of the wait(), notify(), and notifyall() methods in java programming?

1146


What will happen if non-synchronized method calls a static synchronized method and what kind of lock it acquires?

1201