QuestionQ198
Understanding and Using APIsWhat distinguishes the REST and RPC API styles?
- A RPC uses HTML format and REST uses JSON format.
- B RPC has a single style and REST has multiple styles
- C RPC uses the POST operation to update and REST uses the PUT operation to update.
- D RPC is stateful in nature and REST is stateless in nature.
Community Discussion