edu.trinity.cs.bmassing.threads
Class Hello4

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

public class Hello4
extends java.lang.Object

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


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

Hello4

public Hello4()
Method Detail

main

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