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
What is meant by structural programming?
What is the difference between throw and throws keywords?
How do you make a thread in java?
Do I need to import java.lang package any time? Why?
What is the size of string?
What are the main uses of the super keyword?
Do I need java for windows 10?
Why we used break and continue statement in java?
Can we split string with in java?
Can we overload destructor in java?
Explain thread life cycle in java?
What is the set interface in java programming?
What is difference between final and immutable?
What is the abstraction?
What exactly is a .class file?