Tag: @queryparam
RESTful Web Services (JAX-RS) @QueryParam Example
by  Java4s | 6 Comments
  [ Ask Question ]
In RESTful web services (JAX-RS) @QueryParam annotation will be used to get the query parameters from the URL, Observe carefully, i am saying we will retrieve the parameters only not their values. But in case of @PathParam we will get…