How does Java makes use of multiple cores?

前端 未结 4 1327
萌比男神i
萌比男神i 2020-11-27 11:35

A JVM runs in a single process and threads in a JVM share the heap belonging to that process. Then how does JVM make use of multiple cores which provide multiple OS threads

4条回答
提交回复
热议问题