-
What decides thread priority?
-
- Thread
- Thread scheduler
- Process
- Process scheduler
- None of these
Correct Option: B
Thread scheduler decides the priority of the thread execution. This cannot guarantee that higher priority thread will be executed first, it depends on thread scheduler implementation that is OS dependent.