1.

Define Addressing in terms of RESTful Web Services.

Answer»

Addressing is the process of locating a single/multiple resources that are PRESENT on the SERVER. This task is accomplished by MAKING use of URI (Uniform Resource Identifier). The general format of URI is 

<PROTOCOL>://<application-name>/<type-of-resource>/<id-of-resource>


Discussion

No Comment Found