How Java thread maps to OS thread? – Unmesh Joshi – Medium
JVM thread maps to OS thread is a commonly read statement. But what does it really mean?. We create Thread object in java and call its start method to start new thread. How does it start OS thread? and how the run method of the Thread object is attached to the OS thread that is executed?
Read full article from How Java thread maps to OS thread? – Unmesh Joshi – Medium
No comments:
Post a Comment