About Question enthuware.ocpjp.v7.2.1560 :
Posted: Sun Mar 26, 2017 1:54 pm
It's correct the statement? :<<Even after calling yield() it is possible that the same thread keeps running!!!>>
After yield(), the same thread can be reselected by the scheduler, but it is possible for the current thread to keep running?
After yield(), the same thread can be reselected by the scheduler, but it is possible for the current thread to keep running?