Answer Posted / mamatha
Thread scheduler uses the thread priorities in the form of integer value to each of its thread to determine the execution schedule of threads .
Thread gets the ready-to-run state according to their priorities.
Priorities are integer values from 1 (lowest priority given by the constant Thread.MIN_PRIORITY) to 10 (highest priority given by the constant Thread.MAX_PRIORITY).
The default priority is 5(Thread.NORM_PRIORITY).
| Is This Answer Correct ? | 10 Yes | 0 No |
Post New Answer View All Answers
What is linkedlist in java?
Does java return by reference?
difference between byte stream class and character stream class?
how to convert Java project into Maven ?
Will set allow duplicates in java?
What is r * in math?
what do you understand by the term string with respect to java?
What is t type java?
How does queue work in java?
What is use of inner class in java?
How many types of parsers are there?
What is static import in java?
What is the significance of java packages?
what is static import in java? Explain
Explain oops concepts in detail?