romach
4/9/2017 - 7:24 PM

Multithreading

Multithreading

Task is an instance of the Runnable interface.

Thread is an object that facilitates the execution of a task, implements Runnable.