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?