Question: 15
(Choose 1 answer)
What is the main difference between a process and a thread?
A. Threads share the same memory space, while processes do not
B. Processes are faster than threads
C. Processes can only execute one task, while threads execute multiple tasks
D. Threads are independent of processes