MCQs City stays free thanks to ads. Please turn off your ad blocker for this site so content and features keep working.
Computer Networks
Http
Q
The __________ method when used in the method field, leaves entity body empty.
AA. Post
BB. Send
CC. Get
DD. Put
Correct Answer:
C. C. Get
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.