Threads
An integral part of Java - From day one .
Enable concurrent execution.
A thread is a 'lightweight process' ;
The VM is the process.
One run-time stack per thread.
One program counter per thread.
A process has usually several threads running.
Previous slide
Next slide
Back to first slide
View graphic version