Skip to content
Advertisement

Tag: threadgroup

What is active thread group in Java?

There is method java.lang.ThreadGroup.activeGroupCount() returns an estimate of the number of active groups in a thread group. In response to this question, the active thread is defined. But what does active thread group mean? Answer As you noted, the terminology “active thread group” appears in the javadoc for ThreadGroup::activeGroupCount. An active thread group is a ThreadGroup containing at least one

Advertisement