Starting a Thread
HelloThread t1 ;
t1 = new HelloThread();
t1.start();
Previous slide
Next slide
Back to first slide
View graphic version