SE450
:
Running Threads
[4/36]
Define class that implements
Runnable
Runnable
has one method
void run()
Place thread action into
run
method
Construct object of runnable class
Construct thread from that object
Start thread