What is the main advantage of using threads over processes?
Q1. What is the main advantage of using threads over processes?
Answer: A and C
Explanation: Threads offer faster context switching and better resource utilization compared to processes, as they share the same memory space.