Any class that implements the Runnable interface has to provide the implementation for the following methods public void start(); public void run();
Reveal answer
Fill a bubble to check yourself
Any class that implements the Runnable interface has to provide the implementation for the following methods public void start(); public void run();