REST service end point comprises an address.

[amp_mcq option1=”starts with http:// and ends with ?” option2=”starts with http:// and ends with &” option3=”no certain url is specified” option4=”depends upon the platform used” correct=”option1″]

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