Category Archives: RESTful web service

RESTful web services Interview Questions

What is a RESTful web service? A RESTful web service is a web service that follows the principles of the Representational State Transfer (REST) architectural style. It is designed to be stateless, client-server, cacheable, and have a uniform interface. RESTful web services use HTTP methods such as GET, POST, PUT, and DELETE to perform CRUD… Read More »