Programming Tutorials

Comment on Tutorial - isAlive() and join() in Java By Ivan Lim



Comment Added by : Bhavin

Comment Added at : 2012-09-28 12:26:55

Comment on Tutorial : isAlive() and join() in Java By Ivan Lim
please explain thread t=new thread(this,name). What will be the values in this keyword and what System.out.println(t) will print? The output [One,5,main] from where it comes?

View Tutorial