Java Multi-Threading Question:
Download Job Interview Questions and Answers PDF
Name the methods available in the Thread class?
Answer:
isAlive(),
join(),
resume(),
suspend(),
stop(),
start(),
sleep(),
destroy()
join(),
resume(),
suspend(),
stop(),
start(),
sleep(),
destroy()
Download Java Multi-Threading Interview Questions And Answers
PDF
Previous Question | Next Question |
Name the methods available in the Runnable Interface? | Write the signature of the constructor of a thread class? |