what is the difference b/w PUT and POST method to send data
to the server
Answer Posted / 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 |
Post New Answer View All Answers
What is passing value java?
What does int [] mean in java?
What’s a deadlock?
What is the program compilation process?
What is array and arraylist in java?
Howto get an object that will perform date & time calculations then format it for output in some different locales with different date style.can ne1 tel me the answer of this question.pls
Tell us something about set interface.
Difference between java and javascript
How do you sort words in java?
Can we override static methods in java?
What is the primitive type byte?
What is adapter in java?
What are static blocks and static initalizers in java ?
Why do we need strings in java?
When do I need to use reflection feature in java?