1.

Describe the advantages of REST web services?

Answer»

 Listed below are some of the ADVANTAGES of REST WEB services:

  • The curve of learning is simple since it works on the HTTP protocol.
  • No CONTRACT clears between server and client, so roughly coupled application.
  • REST approaches can be effortlessly tested on the browser.
  • It also backs multiple technologies for the transfer of, for instance, image, JSON, XML, TEXT, etc.
  • It is a LIGHTWEIGHT protocol.


Discussion

No Comment Found