InterviewSolution
Saved Bookmarks
| 1. |
A heavy weight process ___________(a) has multiple threads of execution(b) has a single thread of execution(c) can have multiple or a single thread for execution(d) none of the mentionedI had been asked this question in my homework.My doubt stems from User and Kernel Threads topic in division The Linux System of Operating System |
|
Answer» The CORRECT OPTION is (B) has a single thread of execution |
|