Question: What is the purpose of this endpoint?

  1. This endpoint is designed to delete an object of the typetype Pojo with the passed in path variable
  2. This endpoint is designed to return JSON mapped to the object type Pojo with the passed in id.
  3. This endpoint returns the path variable that describes the Pojo's location within the container.
  4. This endpoint is designed to update an existing resource of the object type Pojo with the passed in id.

Answer: The correct answer of the above question is Option B:This endpoint is designed to return JSON mapped to the object type Pojo with the passed in id.