When the following code is run, I consistently get an ArrayIndexOutOfBoundsException: public class Test { public static void main(String[] args) { ThreadGroup group = new ThreadGroup("foobar"); } } Eric...