Multiple choice

Which of the following is an incorrect statement about REST (Representational State Transfer) web service?

  1. It is not a protocol.

  2. REST implementation is possible without any protocol.

  3. It should have the self contained messages.

  4. It uses interfaces and named operations to expose business logic.

  5. SOAP based web services can be implemented by RESTful style.

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

REST does not use any interface of named operations for business logic. It uses URI for that.