+ 3
Does Java threads run on separate CPU cores?
I want to know if Java threads use parallelism. So each thread run on different core.
1 Odpowiedź
+ 14
yes, at each time one thread runs on one cpu
I want to know if Java threads use parallelism. So each thread run on different core.