Java Thread Priority - TechRepublic
General discussion
April 4, 2001 at 08:37 AM
shefali

Java Thread Priority

by shefali . Updated 25 years, 1 month ago

In reading Java’s documentation on their site, it seems that java will execute a lower priority thread before a higher one if there is a starvation situation. How can I demonstrate that this is happening and then prevent it?

This discussion is locked

All Comments