Which of the following is a benefit of using threads?
Q1. Which of the following is a benefit of using threads?
Answer: Faster context switching
Explanation: Threads have faster context switching compared to processes because they share the same memory space and resources.