Java Threads Question:

What is thread? What are the high-level thread states?
Or
What are the states associated in the thread?

Tweet Share WhatsApp

Answer:

A thread is an independent path of execution in a system. The high-level thread states are ready, running, waiting and dead.

Download Java Threads PDF Read All 38 Java Threads Questions
Previous QuestionNext Question
What is the purpose of the wait(), notify(), and notifyAll() methods?What is deadlock?