An API in considered RESTful if it has which of the following features? (Choose three.)
- Stateful
- Stateless
- Cacheable
- Cacheless
- Client-Server
- Server-Server
Explanation: An API is RESTful if it is client-server, stateless, and cacheable.
Exam with this question: 14.4.7 Check Your Understanding - REST
Please login or Register to submit your answer