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
Can a static method be overridden in java?
What do you understand by casting in java language?
What do you mean by object?
Is array a class?
Explain an algorithm to find depth of a binary tree.
What is an interface in java?
What is the driver class?
What are the drawbacks of singleton class?
What is passing value java?
Tell us something about different types of casting?
What is logical variable?
What is the final keyword in java?
What is static class
What is the maximum size of hashmap in java?
How to make object serializable in java?