What are Thread Groups in Java?

Viewed 822

I am wondering why there is so little documentation about Thread Groups on the internet ? Are they still used or they are some stale concepts ? Can some one explain:

  • What they are.

  • What they are used for.

  • If they are stilled used, where ?

  • Give some real application examples (web servers like, maybe).

1 Answers
Related