MyThreadClass tc = new MyThreadClass(); Thread t = new Thread(tc);
MyThreadClass tc = new MyThreadClass(); Thread t = new Thread(tc); t.start();