1.

What are the advantages of statelessness in RESTful Webservices?

Answer»

Following are the benefits of statelessness in RESTful web services −

  • Web services can treat each method request independently.

  • Web services need not to maintain client's previous interactions. It simplifies application design.

  • As HTTP is itself a statelessness protocol, RESTful Web services work seamlessly with HTTP protocol.



Discussion

No Comment Found