218 B
218 B
What are the three named priority constants defined in the Java Thread class?
Thread.MAX_PRIORITY(Value: 10)Thread.NORM_PRIORITY(Value: 5)Thread.MIN_PRIORITY(Value: 1)
Thread.MAX_PRIORITY (Value: 10)Thread.NORM_PRIORITY (Value: 5)Thread.MIN_PRIORITY (Value: 1)