Java Multithreading, Concurrency, and Parallelism — Part 5
NO Guarantee on the order of execution of threads and the join()
method
In part-4, we have seen that we can create multiple threads giving the same Runnable. Here we look at the same example and understand the order of their execution.