Which HTTP method is used to retrieve data from a server?
a) POST
b) GET
c) DELETE
d) PUT
Answer:
b) GET
Explanation:
The GET method is used to request data from a server, such as retrieving a web page or data from a database.
The GET method is used to request data from a server, such as retrieving a web page or data from a database.