Question
Which advantage explains why creating a thread is usually cheaper than creating a process?
Select an option. Your answer will be checked instantly.
Correct Answer: A. Threads reuse the process's existing address space and resources
Explanation:
Thread creation and switching generally manage less state than full process creation and switching.
The shared process context reduces time and memory overhead.
Leave a Reply