3303-flashcards/hATaBiZQ - 3303/EHvbQ6v9 - What are the three named priority constants defined in the Java Thread class.md
2026-04-20 23:08:47 -04:00

218 B

What are the three named priority constants defined in the Java Thread class?


  1. Thread.MAX_PRIORITY (Value: 10)
  2. Thread.NORM_PRIORITY (Value: 5)
  3. Thread.MIN_PRIORITY (Value: 1)