Question: What is a typical use case for queues in real-world applications?
Options:
Correct Answer: Handling requests in a web server
Solution:
Queues are commonly used to handle requests in a web server, ensuring that requests are processed in the order they arrive.