Questions tagged [threadgroup]

121 questions
-2
votes
1 answer

How does enumerate() method of ThreadGroup works?

The int enumerate(Thread[] list) function updates the specified list[] (of the calling function) with the info about active threads .How is it possible?? The list[] is passed as an argument to the enumerate function without it's reference and the…
AKrish
  • 3
  • 1
1 2 3
8
9