Java Multi-Threading Question:

Name the four states associated in the thread?

Java Multi-Threading Interview Question
Java Multi-Threading Interview Question

Answer:

new,
runnable,
blocked,
dead


Previous QuestionNext Question
How many threads at a time can access a monitor?What is the priority for Garbage collector thread?