Question: Which of the following is a characteristic of HTTP?
Options:
Correct Answer: Stateless
Solution:
HTTP is a stateless protocol, meaning each request from a client to a server is treated as an independent transaction.