3303-flashcards/hATaBiZQ - 3303/EHvbQ6v9 - What are the three named priority constants defined in the Java Thread class.md
gwg313 e83b60af4f
first commit
update readme

reformat
2026-04-20 23:10:20 -04:00

10 lines
No EOL
218 B
Markdown

## 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)