REST service end point comprises an address.

starts with http:// and ends with ?
starts with http:// and ends with &
no certain url is specified
depends upon the platform used

The correct answer is: A. starts with http:// and ends with ?

A REST service endpoint is a URL that can be used to access a RESTful service. The URL must start with http:// and end with ?. The query string after the ? is used to specify the resource that is being requested.

Option B is incorrect because the URL does not end with &.

Option C is incorrect because there is a certain URL that is specified for REST service endpoints.

Option D is incorrect because the REST service endpoint does not depend upon the platform used.

Exit mobile version