TestThread testThread=new TestThread(); Thread thread=new Thread(testThread); testThread.start(); testThread.interrupt(); ************************************ thread.start(); thread.interrupt(); ============================ есть ли принципиальная разница между вот этими вызовами?