What is thread? What are the high-level thread states?
Or
What are the states associated in the thread?
Submitted by: AdministratorA thread is an independent path of execution in a system. The high-level thread states are ready, running, waiting and dead.
Submitted by: Administrator
Submitted by: Administrator
Read Online Java Threads Job Interview Questions And Answers
Top Java Threads Questions
| ☺ | How would you implement a thread pool? |
| ☺ | What is a green thread? |
| ☺ | Why are wait(), notify() and notifyall() methods defined in the Object class? |
| ☺ | Why are there separate wait and sleep methods? |
| ☺ | What is a working thread? |
Top Java Programming Language Categories
| ☺ | Core Java Interview Questions. |
| ☺ | Hibernate Interview Questions. |
| ☺ | Advanced Java Interview Questions. |
| ☺ | IBM WebSphere Interview Questions. |
| ☺ | Spring Framework Interview Questions. |
