How are the java API thread priorities (1-10) gets translated to the OS level priorities since most OS don't have thread priority levels (in terms of number) which match this.
So keeping in mind , can there be a scenario when two or more threads with different priorities eventually get the same priority at OS level.
Please clarify, if I there is some correction in my understanding.
See Question&Answers more detail:os