Java Reference
In-Depth Information
Creating Multiple Threads
The preceding examples have created only one child thread. However, your program can
spawn as many threads as it needs. For example, the following program creates three child
threads:
Search WWH ::




Custom Search