Class N13_Supplement_CallableVersusRunnable

java.lang.Object
  extended by N13_Supplement_CallableVersusRunnable

public class N13_Supplement_CallableVersusRunnable
extends Object

For the article supplement, contains the code relevant to Listing 4 and Listing 5.

Author:
Brent Boyer

Constructor Summary
N13_Supplement_CallableVersusRunnable()
           
 
Method Summary
static void main(String[] args)
          Results on 2008-03-27 on my 2.2 GHz Intel Core 2 Duo E4500 machine (server jvm): see this file: ..
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

N13_Supplement_CallableVersusRunnable

public N13_Supplement_CallableVersusRunnable()
Method Detail

main

public static void main(String[] args)
                 throws Exception
Results on 2008-03-27 on my 2.2 GHz Intel Core 2 Duo E4500 machine (server jvm): see this file: ../results/N13_Supplement_CallableVersusRunnable.txt

Throws:
Exception