What are thread priorities and importance of thread priorities in java?
Answer / Reetendra Kumar
Thread priorities in Java determine the order in which threads are executed when they are ready to run. The higher the priority, the more CPU time a thread will get. The importance lies in ensuring that critical tasks are given priority over less important ones.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is ide with example?
What is the relationship between class and object?
What is a line break example?
What is literal example?
Why wait and notify methods are declared in object class?
Can an interface extands a class?
Why is java so important?
Does chrome use java?
Is cout buffered?
Explain about core java?
Can we have more than one package statement in source file ?
what is the use of thread?Justify it by project point of view