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