| Previous | Inter-App Comm / The Orderly Shutdown Pattern | Next |
A. Threads and Runnables
java.lang.Thread. java.lang.Runnable, give an instance to a Thread.run() method executes once the Threads start()
method is called.synchronized insures block of code, or method, is executed
by one thread at a time.join() is another important synchronization device.B. Threads The Conceptual and Semantic Challenge
run() method.C. Example:
Run multithreading
| Previous | Inter-App Comm / The Orderly Shutdown Pattern | Next |
| Copyright
© 2002-2003 iWay Technology Company Boulder, Colorado USA jt@iwaytechnology.com |
A
limited right to copy this page for individual (non-commercial) educational use only is hereby granted. |