java-interviews icon indicating copy to clipboard operation
java-interviews copied to clipboard

start method is not defined for Runnable object

Open maxime915 opened this issue 6 years ago • 0 comments

The start method should be called on the Thread object that was created with the Runnable object not on the Runnable object itself

maxime915 avatar May 26 '19 20:05 maxime915