edu.trinity.cs.bmassing.threads
Class Hello1

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

public class Hello1
extends java.lang.Object

Multithreaded "hello world" program, version 1. Creates threads using anonymous inner class implementing Runnable. Command-line argument specifies number of threads.


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

Hello1

public Hello1()
Method Detail

main

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