in Technology by
Which of the below does the task of binding the parameters passed to the HTTP method to HTTP Header while using JAX RS API? 1. @PathParam 2. @QueryParam 3. @HeaderParam 4. @PathVariable

1 Answer

0 votes
by

Correct answer is 

@HeaderParam

Related questions

0 votes
    Which directive of Cache Control Header of HTTP response provides indication to server to revalidate resource if max-age has passed?...
asked Nov 7, 2020 in Technology by JackTerrance
0 votes
    What do you understand by JAX-RS?...
asked Jun 22, 2021 in Technology by JackTerrance
0 votes
0 votes
    I am learning to create a rest api. Here is my MessageResource class: @Path("/message") @Produces({ ... Questions for Interview, JavaScript MCQ (Multiple Choice Questions)...
asked May 13, 2022 in Education by JackTerrance
0 votes
    Which among the below directives belonging to the Cache-Control header of HTTP response provide information to the server that the ... -revalidate 3. no-cache 4. None of the above...
asked Jun 24, 2021 in Technology by JackTerrance
0 votes
    What does the Minify set the encoding HTTP header? (a) deflate (b) gzip (c) both deflate and ... JavaScript Questions for Interview, JavaScript MCQ (Multiple Choice Questions)...
asked Oct 23, 2021 in Education by JackTerrance
0 votes
    How to create Basic HTTP Binding in WCF?...
asked Apr 3, 2021 by JackTerrance
0 votes
    Which directive of Cache Control Header of HTTP response can set the time limit of caching?...
asked Nov 7, 2020 in Technology by JackTerrance
0 votes
    Which directive of Cache Control Header of HTTP response indicates that resource is not cachable?...
asked Nov 7, 2020 in Technology by JackTerrance
0 votes
    Which directive of Cache Control Header of HTTP response indicates that resource is cachable by only client and server, no intermediary can cache the resource?...
asked Nov 7, 2020 in Technology by JackTerrance
0 votes
    Which directive of Cache Control Header of HTTP response indicates that resource is cachable by any component?...
asked Nov 7, 2020 in Technology by JackTerrance
0 votes
    Which header of HTTP response sets expiration date and time of caching?...
asked Nov 7, 2020 in Technology by JackTerrance
0 votes
    Which header of HTTP response provides control over caching?...
asked Nov 7, 2020 in Technology by JackTerrance
0 votes
    Which header of HTTP response, provides the date and time of the resource when it was last modified?...
asked Nov 7, 2020 in Technology by JackTerrance
0 votes
    Which header of HTTP response, provides the date and time of the resource when it was created?...
asked Nov 7, 2020 in Technology by JackTerrance
...