Multiple choice

Web Services attempts to describe architecture based on

  1. Representational State Transfer (REST)

  2. Remote Procedure Calls

  3. Reusable Application Components

  4. None of the above

Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

REST (Representational State Transfer) is an architectural style for designing networked applications, particularly web services. It uses standard HTTP methods (GET, POST, PUT, DELETE) and emphasizes stateless communication, resource identification through URIs, and standardized interfaces.