RESTful services typically use _______ as a lightweight data-interchange format.
- HTML
- JSON
- SOAP
- XML
RESTful services commonly use JSON (JavaScript Object Notation) as a lightweight data-interchange format due to its simplicity, ease of parsing, and compatibility with various programming languages.
Loading...
Related Quiz
- SOAP services use _______ to define the structure of the request and response messages.
- What is the role of a namespace in XML-based web service versioning?
- A company plans to migrate its web services to a cloud-native architecture. What key factor should be prioritized for seamless migration?
- In performance testing, what does the term 'latency' refer to?
- Which of the following is a fundamental component of Docker?