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