In REST, how are different resources typically accessed?

  • Through HTML (Hypertext Markup Language)
  • Through SOAP (Simple Object Access Protocol)
  • Through TCP (Transmission Control Protocol)
  • Through URIs (Uniform Resource Identifiers)
RESTful resources are typically accessed through URIs, providing a standardized way to identify and interact with resources.
Add your answer
Loading...

Leave a comment

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