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