Sunday, July 4, 2010

Thread Basics

Threads are lightweight processes. Threads exist within a process — every process has at least one. Threads share the process's resources, including memory and open files.


Multithreaded execution is an essential feature of the Java platform.

No comments:

Post a Comment