Question: Which HTTP method is used to retrieve data from a server?
Options:
Correct Answer: GET
Solution:
The GET method is used to retrieve data from a server, while POST is used to send data to the server.