Many methods like stop(), resume(), suspend() etc are deprecated.
stop()
resume()
suspend()
So is it useful to create threads using ThreadGroup
ThreadGroup
Don't use ThreadGroup for new code. Use the Executor stuff in java.util.concurrent instead.