Thread th = new Thread(this); th.start();
for (int I = 0; I < 100; I++) { System.out.println("Hello, from another thread"); }