Many methods like stop(), resume(), suspend() etc are deprecated.
stop()
resume()
suspend()
So is it useful to create threads using ThreadGroup
ThreadGroup
Great answer for @skaffman. I want to add one more advantage:
Thread groups helps manipulating all the threads which are defined in this at once.