How JVM thread scheduler control threads for multiprocessors?

前端 未结 3 687
感动是毒
感动是毒 2020-12-31 12:38

I\'ve been reading Head First for multithreading. What I know about multithreading is:

When we call start() with an object of Thread

3条回答
  •  天涯浪人
    2020-12-31 13:10

    JVM use underlying OS(Unix, Windows etc) threading mechanism to schedule java thread on multiprocessor system.

提交回复
热议问题