About Question com.enthuware.ets.scjp.v6.2.218 :
Posted: Sat Jul 23, 2011 12:52 pm
i don't understand how this answer is correct....
yield() allows threads with equal priority to take graceful turns... but here threads are not of equal priority so the highest priority thread executes first followed by second highest one....
yield() allows threads with equal priority to take graceful turns... but here threads are not of equal priority so the highest priority thread executes first followed by second highest one....