Which Laravel feature is used to handle background jobs?
a) Cache
b) Queues
c) Eloquent
d) Blade
Answer:
b) Queues
Explanation:
Laravel queues allow developers to handle time-consuming tasks like email sending and notifications in the background without blocking the main process.