Saved Bookmarks
| 1. |
The __________ method when used in the method field, leaves entity body empty.(a) POST(b) SEND(c) GET(d) PUT |
|
Answer» The correct choice is (c) GET Easiest explanation: There are two methods which help to request a response from a server. Those are GET and POST. In GET method, the client requests data from server. In POST method the client submits data to be processed to the server. |
|