Basic HTML version of Foils prepared May 19 99

Foil 12 Thread Construction - Example

From Elements of Concurrent Programming in Java Tango Group Internal Technology Seminars -- Spring 99. by Lukasz Beca


1
2 public class TwoThreadsTest {
3 public static void main (String[] args) {
4 new SimpleThread("Jamaica").start();
5 new SimpleThread("Fiji").start();
6 }
7 }

in Table To:


© Northeast Parallel Architectures Center, Syracuse University, npac@npac.syr.edu

If you have any comments about this server, send e-mail to webmaster@npac.syr.edu.

Page produced by wwwfoil on Wed May 19 1999