1.

Which of the following annotation of JAX RS API binds the parameter passed to method to a HTTP matrix parameter in path?

A. @PathParam
B. @QueryParam
C. @MatrixParam
D. @HeaderParam
Answer» D. @HeaderParam


Discussion

No Comment Found