Threads Flashcards

Threads

1
Q

interrupted()

A

a static method that checks current thread

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

isInterrupted()

A

an instance method that checks the thread object its called on

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Name the states of a thread

A

New, Runnable, Waiting, Blocked, Terminated, Timed Waiting

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

interrupt()

A

Interrupts current running thread

How well did you know this?
1
Not at all
2
3
4
5
Perfectly