Google News
logo
Rest API - Quiz(MCQ)
Which of the following annotation of JAX RS API binds the parameter passed to method to a query parameter in path?
A)
@QueryParam
B)
@PathParam
C)
@MatrixParam
D)
@HeaderParam

Correct Answer :   @QueryParam


Explanation : @QueryParam − Binds the parameter passed to method to a query parameter in path.

Advertisement