Java Multi-Threading Question:
Download Questions PDF

Name the four states associated in the thread?

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

Answer:

new,
runnable,
blocked,
dead

Download Java Multi-Threading Interview Questions And Answers PDF

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