How does Java handle multithreading?

Posted by badcodenotreat on Stack Overflow See other posts from Stack Overflow or by badcodenotreat
Published on 2010-03-30T01:30:50Z Indexed on 2010/03/30 1:33 UTC
Read the original article Hit count: 319

Filed under:
|

How does Java decide which core to assign a thread or a process? Is there any way to control that? to prevent two large threads from executing on the same core?

Basically what I am asking is for further information on either how multi-threading works in Java, or how to control it within Java.

© Stack Overflow or respective owner

Related posts about java

Related posts about multithreading