About Question com.enthuware.ets.scjp.v6.2.614 :
Posted: Sun Feb 09, 2014 4:08 am
A nice addition to explanation is that the default priority of the main thread is Thread.NORM_PRIORITY
When I wanted to check this I also didn't remember how to get to the main thread, but offcourse this can be achieved with Thread.currentThread().
When I wanted to check this I also didn't remember how to get to the main thread, but offcourse this can be achieved with Thread.currentThread().