|
Key
This line was removed.
This word was removed. This word was added.
This line was added.
|
Changes (2)
View page history... |
| A thread is a path of execution through a program. Single threaded programs have one path of execution, and multi-threaded programs have two or more paths of execution. For most programs, one thread of execution is all you need, but sometimes it makes sense to use multiple threads in a program to accomplish multiple simultaneous tasks. |
| * [#Applet Examples] |
| * [#Synchronization] Synchronization |
h5.Applet Examples |
... |