Difference between process and threads ?
Anonym
An simple answer would be, "Every process in divided into multiple threads i.e a thread is a small piece of a process". Also a process has its own memory space where multiple threads share some memory. correct me if wrong.