On the topic of processes and threads, which of the following is true?
A. A context switch between processes is cheaper in terms of performance cost.
B. It's easier to isolate memory using threads.
C. It's easier to establish communication between processes.
D. It's easier to isolate memory using processes.