The Default Thread Group
Home ] Up ] [ The Default Thread Group ] Creating a Thread Group ] Thread Group Methods ] Thread Group Tree Navigation ] An Example ]

 

 

If you create a thread without specifying a ThreadGroup in the Thread's constructor, the thread is placed in the same ThreadGroup as the thread that created it.

When a Java application starts up, the Java runtime system create a ThreadGroup called main.

 

The page was last updated February 19, 2008