PPT Slide
Public class Simultaneous {public static void main(String[] args) {
Soda one = new Soda(�Coke�);
Soda two = new Soda(�Pepsi);
Soda three = new Soda(�Diet Coke�);
one.start();
two.start();
three.start();
}
}
Previous slide
Next slide
Back to first slide
View graphic version