run()
start()
for (int t=0; t<8; t++) { new Thread() { public void run() { System.out.println ("foo"); } }.start(); }