calling start() (#13417)
This commit is contained in:
@@ -9,5 +9,6 @@ public class AnonymousClassExample{
|
|||||||
System.out.println("Thread: "+Thread.currentThread().getName()+" started");
|
System.out.println("Thread: "+Thread.currentThread().getName()+" started");
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
t1.start();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user