InterviewSolution
Saved Bookmarks
| 1. |
Which of these statements is incorrect?(a) By multithreading CPU idle time is minimized, and we can take maximum use of it(b) By multitasking CPU idle time is minimized, and we can take maximum use of it(c) Two thread in Csharp can have same priority(d) A thread can exist only in two states, running and blockedI had been asked this question in my homework.The query is from Multithreaded Programming in portion Reflections, Multithreaded Programming, Collection Classes and Mathematical Functions of C# |
|
Answer» The CORRECT choice is (d) A thread can EXIST only in two STATES, running and blocked |
|