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


Please Help Members By Posting Answers For Below Questions

What is the importance of main method in Java?

576


Which sorting algorithm is in place?

535


Why is multiple inheritance not supported in java?

561


What is meant by null and void?

541


How many bits is size_t?

544






Can we overload run() method in java?

599


What is quick sort in java?

559


What is a boolean flag in java?

570


What is core java called?

526


What design pattern you have used in your project? I answered Factory pattern, how it is implemented? What are its advantage? Do know about Abstract Factory?

1940


Why is the main method static?

604


What is super?

586


Given a singly linked list, find the middle of the list in a single traversal without using temporary variable.

613


If a variable is declared as private, where may the variable be accessed?

554


What is difference between final and finally in java?

586