SOFTWARE ENGINEERING

EMERGING TRENDS IN SOFTWARE ENGINEERING

CLOUD COMPUTING

Question [CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
Which of the following is correct about URI in RESTful web services?
A
Each resource in REST architecture is identified by its URI
B
Purpose of an URI is to locate a resource(s) on the server hosting the web service
C
Both of the above
D
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: -Q 2-Which of the following is true about REST? A-REST is web standards based architecture and uses HTTP Protocol for data communication.

Detailed explanation-3: -For example, in RESTful Web Services-First Application chapter, the URI is http://localhost:8080/UserManagement/rest/UserService/users and the VERB is GET.

There is 1 question to complete.