Home »
MCQs »
Full Stack Development MCQs
Amongst which of the following is TRUE about REST APIs?
40. Amongst which of the following is TRUE about REST APIs?
- REST API is a way of accessing web services in a flexible way
- REST API exchanges structured data between nodes
- REST API uses XML format for transferring messages
- None of the above
Answer: A) REST API is a way of accessing web services in a flexible way.
Explanation:
REST API is a set of architectural principles and constraints for designing networked applications that communicate over the Internet.