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 deletes a resource using a unique identifier, is idempotent.
None of these