InterviewSolution
Saved Bookmarks
| 1. |
What is format of a URI in REST architecture? |
|
Answer» A URI is of following format − <protocol>://<service-name>/<ResourceType>/<ResourceID> |
|