Java Multi-Threading Question:

Download Job Interview Questions and Answers PDF

Name the methods available in the Thread class?

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

Answer:

isAlive(),
join(),
resume(),
suspend(),
stop(),
start(),
sleep(),
destroy()

Download Java Multi-Threading Interview Questions And Answers PDF

Previous QuestionNext Question
Name the methods available in the Runnable Interface?Write the signature of the constructor of a thread class?