🎴 Flashcard Mode

Test 1 Java Threads

Card1 / 12
Mastered0
Review0
QuestionClick to flip

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?

AnswerClick to flip back
A
int activeCount()
💡 Explanation:

This method returns the number of threads in the group, along with a group, for which this thread is a parent.

Change Mode