Which of the following HTTP methods is used to send data to the server?
a) GET
b) POST
c) PUT
d) DELETE
Answer:
b) POST
Explanation:
The POST method is used to send data to the server, typically for creating new resources or submitting forms.