10 lines
No EOL
218 B
Markdown
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)
|
|
|