Question: What is the purpose of this endpoint?
- This endpoint is designed to delete an object of the typetype Pojo with the passed in path variable
- This endpoint is designed to return JSON mapped to the object type Pojo with the passed in id.
- This endpoint returns the path variable that describes the Pojo's location within the container.
- 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.