Java Tutorials - Herong's Tutorial Notes
Dr. Herong Yang, Version 6.00

ThreadGroup Class and "system" ThreadGroup Tree

This chapter provides tutorial notes and tutorial examples on the ThreadGroup class and the 'system' ThreadGroup tree. Topics include main methods of the ThreadGroup class, displaying the 'system' ThreadGroup tree, adding threads and thread groups, testing the reported JDK 1.3 bug - memory leak of unstarted threads.

"ThreadGroup" Class - Container of Threads and Thread Groups

Displaying the "system" ThreadGroup Tree

Adding Threads and Thread Groups

JDK 1.3 Bug - Memory Leak With Unstarted Threads

Dr. Herong Yang, updated in 2008
ThreadGroup Class and "system" ThreadGroup Tree