InterviewSolution
Saved Bookmarks
| 1. |
Define One-to-one Mapping Between Http Methods And Crud Operations? |
|
Answer» PUT MAPS to CREATE, GET maps to Retrieve, POST maps to UPDATE, DELETE maps to Delete. PUT maps to Create, GET maps to Retrieve, POST maps to Update, DELETE maps to Delete. |
|