Google News
logo
Rest API - Quiz(MCQ)
Which of the below does the task of binding the parameters passed to the HTTP method to HTTP Header while using JAX RS API?
A)
@PathParam
B)
@QueryParam
C)
@PathVariable
D)
@HeaderParam

Correct Answer :   @HeaderParam

Advertisement