How java threads are scheduled?

前端 未结 4 2119
后悔当初
后悔当初 2021-01-06 09:00

I have recently started multi-threaded programming with Java in case of Linux threads , i know that the kernel schedules them(as they are the unit entities that are schedule

4条回答
  •  梦谈多话
    2021-01-06 09:20

    Read Distinguish Java threads and OS threads? As I said in the comment Java threads are ordinary OS threads just running JVM code

提交回复
热议问题