Programming Tutorials

Comment on Tutorial - How to use 'implements Runnable' in Java By Emiley J



Comment Added by : shalini

Comment Added at : 2011-12-06 07:29:20

Comment on Tutorial : How to use 'implements Runnable' in Java By Emiley J
new Thread(this , "Demo thread") mean

this is the thread object and Demo thread is the thread name


View Tutorial