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

Answers were Sorted based on User's Feedback



what is the difference b/w PUT and POST method to send data to the server..

Answer / ambrish

The Basic differences between PUT and POST method is:
Using PUT method to transfer new resources from client to server and store it.
Using POST method to transfer new resources or updating existing resources and store or replace it.

Is This Answer Correct ?    2 Yes 1 No

what is the difference b/w PUT and POST method to send data to the server..

Answer / 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

what is the difference b/w PUT and POST method to send data to the server..

Answer / rahul

PUT replaces the resource at the known url if it already exists, so sending the same request twice has no effect. In other words, calls to PUT are idempotent. The RFC reads like this: The fundamental difference between the POST and PUT requests is reflected in the different meaning of the Request-URI.

Is This Answer Correct ?    0 Yes 0 No

what is the difference b/w PUT and POST method to send data to the server..

Answer / nidhi aggarwal

Post submits data to be processed from a page to the
server. The data is included in the body of request. It is
not visible in the browser address bar.

Whereas PUT uploads(binary/text) a representation of the
specified resource. It provides a useful alternative to FTP.

Is This Answer Correct ?    3 Yes 6 No

what is the difference b/w PUT and POST method to send data to the server..

Answer / dara

suppose we are using post method.At the time,all (lot of
size)data will goes to server.
we are using get method in the form.At the time,only 2kb
data will be transfered and all the data will appended as a
query string.

Is This Answer Correct ?    0 Yes 10 No

Post New Answer

More Core Java Interview Questions

What are the two ways you can synchronize a block of code?

5 Answers   Ericsson,


What is java volatile?

0 Answers  


What data structures are used to perform recursion?

0 Answers   Akamai Technologies,


If try block is successfully executed, Then Is Finally block executed?

0 Answers   PUCIT,


What is flag in java?

0 Answers  


Why is the type for real numbers called double?

0 Answers  


What is integer size in java?

0 Answers  


If two threads have same priority which thread will be executed first ?

0 Answers  


What is return type in java?

0 Answers  


What is return null in java?

0 Answers  


Explain about GridBag Layout?

1 Answers  


is this possible to create an array of 0 length? if so how? if not so why? coz we have an array in main() likw this "static void main(String [] s) then what it signifies?

3 Answers   Hexaware, TCS,


Categories