Threads Flashcards
Threads
1
Q
interrupted()
A
a static method that checks current thread
2
Q
isInterrupted()
A
an instance method that checks the thread object its called on
3
Q
Name the states of a thread
A
New, Runnable, Waiting, Blocked, Terminated, Timed Waiting
4
Q
interrupt()
A
Interrupts current running thread