edu.trinity.cs.bmassing.threads
Class Hello5

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

public class Hello5
extends java.lang.Object

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


Constructor Summary
Hello5()
           
 
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

Hello5

public Hello5()
Method Detail

main

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