0
Thread t = new Thread(new Loader());
Can anyone explain this line from java runnable interface concept
1 Answer
0
I know , where you saw this question
but in that Loader class
public void Loader(){
System.out.println("world");
}
is NOT a constructor !!!