Multiple choice technology platforms and products

Each Thread has an integer priority that basically determines the amount of CPU time the Thread gets.

  1. True

  2. False

Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

While threads do have integer priorities (1-10), priority is only a hint to the thread scheduler. The actual CPU time allocation depends on many factors including scheduler policy, system load, and thread state. Priority doesn't guarantee proportional CPU time.