|
|
|
| A thread of control in a program. Each thread:
Java has a class, Thread, which provides an abstraction to support the concept of a thread within a Java Virtual Machine. It, together with other Java features, provides the necessary functionality and context to allow Java programmers to write multithreaded programs. |
| The page was last updated February 19, 2008 |