480 views
0 votes
0 votes

Creating many threads is advisable than creating many processes. Which of the statements below do not support this claim?

  1. Threads can share the address space and global data.
  2. None of the options.
  3. Programmer should ensure that it is ok to share data between two threads.
  4. Context switching is faster for threads as compared to Processes

1 Answer

0 votes
0 votes
i think option b. all options support.

Related questions