By default, in Java, when a thread is made without specifying its priority, it gets a level 5 priority out of 1 to 10. This 5 is right in the middle, sort of like an average level. Threads can range from 1 (the lowest) to 10 (the highest), but this default 5 helps keep things balanced among them.