|
|
|
|
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 |