Java Multi-Threading Question:

Provide the values for max-priority, min-priority and normal-priority level?

Java Multi-Threading Interview Question
Java Multi-Threading Interview Question

Answer:

10,
1,
5


Previous QuestionNext Question
What is the sleep() method Data type for the parameter?Name the method for setting the priority?