InterviewSolution
Saved Bookmarks
| 1. |
What is RESTful? |
|
Answer» REST (Representational State Transfer) is an architectural style and communication strategy that is frequently utilised in the creation of web services. It uses a client-server communications protocol that is stateless and cacheable. HTTP REQUESTS are used by RESTful APPS to post, read, and wipe out DATA. Uniform interface, stateless, cacheable, client-server, layered system, and code on demand are the six architectural constraints of REST. |
|