interrupted()
a static method that checks current thread
isInterrupted()
an instance method that checks the thread object its called on
Name the states of a thread
New, Runnable, Waiting, Blocked, Terminated, Timed Waiting
interrupt()
Interrupts current running thread