Computer Science, asked by sasinghrath, 1 year ago

Difference Between a Process and a Thread
What is the difference between a process and a thread?

Answers

Answered by yasas
2
thread used for small tasks where as process is used for heavy tasks
threads within the process share the same address where as different  process do not
Similar questions