InterviewSolution
Saved Bookmarks
| 1. |
What is a REST Resource? |
|
Answer» Every content in the REST architecture is considered a RESOURCE. The resource is analogous to the object in the object-oriented programming world. They can either be represented as text files, HTML pages, images, or any other dynamic data. |
|