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

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



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How do you use compareto method?

534


What is treeset in java collection?

526


What is java full form?

532


Why does java have two ways to create child threads?

468


How big is a 64 bit float?

541






What are constants and how to create constants in java?

558


Can we write method inside a method in java?

526


How is a variable stored in memory?

532


define polymorphism in java

639


Difference between static synchronization vs. Instance synchronization?

566


What is main difference between variable and constant?

532


Why wait and notify methods are declared in object class?

600


Explain about procedural programming language or structured programming language and its features?

549


What is return in java?

560


What is difference between word and integer?

598