Java Tutorials - Herong's Tutorial Examples - v8.22, by Herong Yang
"ThreadGroup" Class - Container of Threads and Thread Groups
This section describes the 'ThreadGroup' class and its main methods. A 'ThreadGroup' object is a container of threads and thread groups.
ThreadGroup: A class represents a collection of Thread objects and ThreadGroup objects.
Features of the ThreadGroup class:
Main methods:
Table of Contents
Execution Process, Entry Point, Input and Output
Primitive Data Types and Literals
Bits, Bytes, Bitwise and Shift Operations
Managing Bit Strings in Byte Arrays
Reference Data Types and Variables
StringBuffer - The String Buffer Class
System Properties and Runtime Object Methods
Generic Classes and Parameterized Types
Generic Methods and Type Inference
Lambda Expressions and Method References
Java Modules - Java Package Aggregation
Execution Threads and Multi-Threading Java Programs
►ThreadGroup Class and "system" ThreadGroup Tree
►"ThreadGroup" Class - Container of Threads and Thread Groups
Displaying the "system" ThreadGroup Tree
Adding Threads and Thread Groups
Synchronization Technique and Synchronized Code Blocks
Deadlock Condition Example Programs
Garbage Collection and the gc() Method
Assert Statements and -ea" Option