The _____ architectural style for Web APIs uses a stateless communication mechanism, which ensures that each call from a client to a server is treated as a new request.

  • GraphQL
  • REST
  • RPC
  • SOAP
The REST (Representational State Transfer) architectural style for Web APIs uses a stateless communication mechanism, ensuring that each call from a client to a server is treated as a new request. RESTful APIs are known for their simplicity and scalability.
Add your answer
Loading...

Leave a comment

Your email address will not be published. Required fields are marked *