📚 Practice Mode
Test 1 Java Threads
Learn at your own pace with hints and detailed explanations
1 / 12
Multiple Choice
Which of the following thread group methods returns the number of threads in a group, along with the group, for which this thread is a parent?
- int activeGroupCount()
- final void destroy()
- final int getMaxPriority()
- int activeCount()
- none of these