InterviewSolution
Saved Bookmarks
| 1. |
In Order To Answer Http Put Requests, How Will You Annotate Your Resource Methods? |
|
Answer» The @PUT ANNOTATION is USED to ANSWER HTTP PUT REQUESTS. The @PUT annotation is used to answer HTTP PUT requests. |
|