Java Multi-Threading Question:

Name the methods available in the Thread class?

Tweet Share WhatsApp

Answer:

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

Read All 36 Java Multi-Threading Questions
Previous QuestionNext Question
Name the methods available in the Runnable Interface?Write the signature of the constructor of a thread class?