Q. 30 Which one of the following is FALSE?
(A) User level threads are not scheduled by the kernel
(B) When a user level thread is blocked, all other threads of its process are blocked
(C) Context switching between user level threads is faster than context switching between kernel level threads.
(D) Kernel level threads cannot share the code segment.
Answer: (D)
Explanation: