Home » Java Programming » Threads

Which three guarantee that a thread will leave the running state? yield() wait() notify() notifyAll() sleep(1000) aLiveThread.join() Thread.killThread()

← Previous Next →

Discussion & Comments

No comments yet. Be the first to comment!