ThreadGroup methods in Java

Following are the methods available in ThreadGroup in Java. String getName() This method returns the name of the Thread group. …

Read more