Google News
logo
Rest API - Quiz(MCQ)
Which of the following annotation of JAX RS API is used to annotate a method used to create/update resource?
A)
@PUT
B)
@POST
C)
@GET
D)
@Path

Correct Answer :   @POST


Explanation : @POST − HTTP Get request, used to create/update resource.

Advertisement