Thread Construction - Example
// code here
Printer hello = new Printer(“hello”);
Thread helloThread = new Thread(hello);
helloThread.start();
// code here
Previous slide
Next slide
Back to first slide
View graphic version