adspace
Answer Posted / Ashutosh Kaushik
A Process represents a running instance of a program, which includes all the allocated resources like memory, CPU cycles, etc. A Thread, on the other hand, is a lightweight sub-task that can run concurrently within a single process and share its resources.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers