Javatpoint Logo
Javatpoint Logo

Java Thread checkAccess() method

The activeCount() method of thread class determines if the currently running thread has permission to modify the thread.

Syntax

Return

It doesn't return any value.

Exception

SecurityException: This exception throws if the current thread is not allowed to access the thread.

Example

Test it Now

Output:

Thread-0 has access
Thread-1 has access
Thread-0 finished executing
Thread-1 finished executing






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