Glossaria.net

Glossary Java / Term

alive thread

A thread being alive means that it has been started but has not terminated. The method below can be used to find out if a thread is alive or dead:

boolean isAlive( )

Permanent link alive thread - Creation date 2022-01-03


< actual parameter list Glossary / Java alpha value >