InterviewSolution
Saved Bookmarks
| 1. |
What Is The Purpose Of Javax.ws.rs.httpmethod? |
|
Answer» HttpMethod annotation is used to ASSOCIATE the NAME of a HTTP METHOD with an annotation. HttpMethod annotation is used to associate the name of a HTTP method with an annotation. |
|