// Use Java Mail to send the administrator's pager an email System.out.println("Adminstrator alert!"); e.printStackTrace();
ThreadGroup tg = new OverrideThreadGroup(); Thread t = new Thread(tg, new TestOverride()); t.start();
ArrayList al = new ArrayList(); while (true) { al.add(new byte[1024]); }