Javatpoint Logo
Javatpoint Logo

Java Thread getState() method

The getState() method of thread class returns the thread's state. This method is designed for monitoring the system state, not for synchronization control.

Syntax

Return

This method returns the state of the thread.

Example

Test it Now

Output:

Running thread name: Thread-0
State of thread: RUNNABLE
Running thread name: Thread-1
State of thread: RUNNABLE






Youtube For Videos Join Our Youtube Channel: Join Now

Feedback


Help Others, Please Share

facebook twitter pinterest

Learn Latest Tutorials


Preparation


Trending Technologies


B.Tech / MCA