Thread Construction - Example
public class TwoThreadsTest {
public static void main (String[] args) {
new SimpleThread("Jamaica").start();
new SimpleThread("Fiji").start();
}
}
Previous slide
Next slide
Back to first slide
View graphic version