edu.trinity.cs.bmassing.threads
Class Hello3

java.lang.Object
  extended by edu.trinity.cs.bmassing.threads.Hello3

public class Hello3
extends java.lang.Object

Multithreaded "hello world" program, version 3. Creates threads using static inner class (which allows creating each thread with thread-specific information) and Java 1.5 features. Command-line argument specifies number of threads.


Constructor Summary
Hello3()
           
 
Method Summary
static void main(java.lang.String[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Hello3

public Hello3()
Method Detail

main

public static void main(java.lang.String[] args)