Thread t = new Thread(new Loader()); | Sololearn: Learn to code for FREE!
Новый курс! Каждый программист должен знать генеративный ИИ!
Попробуйте бесплатный урок
0

Thread t = new Thread(new Loader());

Can anyone explain this line from java runnable interface concept

28th Sep 2019, 9:00 PM
madhumathi
1 ответ
0
I know , where you saw this question but in that Loader class public void Loader(){ System.out.println("world"); } is NOT a constructor !!!
10th Apr 2020, 11:51 AM
Arjun Singh
Arjun Singh - avatar