InterviewSolution
Saved Bookmarks
| 1. |
Which of the following annotation of JAX RS API is used to annotate a method used to create resource?(a) @Path(b) @GET(c) @PUT(d) @POSTI had been asked this question in a national level competition.I need to ask this question from Web Caching in division Networking of Computer Network |
|
Answer» The correct OPTION is (c) @PUT |
|