The purpose of start() is to create a separate call stack for
the thread. A separate call stack is created by it, and then run() is
called by JVM.
Ref: https://www.geeksforgeeks.org/start-function-multithreading-java/
Ref: https://www.geeksforgeeks.org/start-function-multithreading-java/
No comments:
Post a Comment