Question 7
Which of the following statements is true in the context of REST?
Both the HTTP request methods, “GET” and “POST” are idempotent.
In general, an HTTP “PUT” request is used to make incremental changes to an existing resource.
A “DELETE” request that randomly deletes a resource is idempotent.
None of these