by Michael Thomas
A Java Thread is a lightweight process that runs inside of a Java program (process) that has it's own execution context allowing a Java program to do more than one thing at a time (multiple threads running concurrently). From the developers point of view, every Java program has at least one thread called the main thread.
( Home Page: Free Web Tutorials on Java & Web Technologies )
Java Thread: First Steps (Free Web Tutorials) - create your first Java Thread Hello World program(s).
Topics for future Java Thread Tutorials:
etc...