Please explain the flow of execution of this code...


// Create multiple threads
class NewThread implements Runnable {
String name; // name of thread
Thread t;
...