in API Gateways by (8.9k points)

Which of the following annotation of JAX RS API states the HTTP Request type?

       A. @DELETE

       B. @HEAD

       C. @Produces

       D. @Consumes

1 Answer

0 votes
by (8.9k points)

Correct answer is :- @Consumes

@Consumes annotation of JAX RS API states the HTTP Request type.

Related questions

0 votes
asked Mar 2, 2022 in API Gateways by DavidAnderson (8.9k points)
0 votes
asked Mar 2, 2022 in API Gateways by DavidAnderson (8.9k points)
...