Select from following answers:- HTTP GET
- HTTP POST
- HTTP PUT

- HTTP DELETE
- All Above
HTTP PUT is use for dynamic resource updation on the server side.The data from the client is included in the request body .Once the PUT method accepts the request body at a specified URI, it tries to replace that resource . And if no such resource was already in existence, then it creates a new one.
Show Correct Answer
Asked In: Many Interviews |
Alert Moderator