EMERGING TRENDS IN COMPUTING
CLOUD COMPUTING
Question
[CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
|
Which of the following is correct about URI in RESTful web services?
|
Each resource in REST architecture is identified by its URI
|
|
Purpose of an URI is to locate a resource(s) on the server hosting the web service
|
|
Both of the above
|
|
None of the above
|
Explanation:
Detailed explanation-1: -Q 25-Which of the following is correct about URI in RESTful web services? A-Each resource in REST architecture is identified by its URI.
Detailed explanation-2: -For example, in RESTful Web Services-First Application chapter, the URI is http://localhost:8080/UserManagement/rest/UserService/users and the VERB is GET.
Detailed explanation-3: -Q 23-Which of the following is correct about addressing in RESTful web services? A-Addressing refers to locating a resource or multiple resources lying on the server.
There is 1 question to complete.