Multiple choice

Which of the following is an incorrect statement about REST service?

  1. It provides resource identification through URI.

  2. It provides uniform interface.

  3. It cannot handle crude operations.

  4. It defines self-descriptive messages.

  5. Every interaction with a resource is stateless.

Reveal answer Fill a bubble to check yourself
C Correct answer
Explanation

REST is the most suitable for CRUDE operations.