Question
Which resource is normally shared by threads belonging to the same process?
Select an option. Your answer will be checked instantly.
Correct Answer: B. Address space containing code and global data
Explanation:
Threads in one process share the process address space and open resources.
Each thread still requires its own execution state, including registers and a stack.
Leave a Reply