Question 8:
Which two characteristics of REST APIs? (Choose two.)
Answer options:
A. Resources are accessed using Uniform Resource Identifiers. B. API operations for Create/Read/Update/Delete are mapped to standard HTTP methods. C. Cookies are used for the duration of the session. D. REST API extends Remote Procedure Call. E. The server manages the session state.