What is the difference between a thread and a process?
Q1. What is the difference between a thread and a process?
Answer: Threads share the same memory space, while processes do not
Explanation: Threads within a process share the same memory space, whereas processes have their own separate memory spaces.