This is going to be the last quick recap chapter in this SCJP Series. This will cover the important points about Threads.
Defining, Instantiating, and Starting Threads
* Threads can be created by extending Thread and overriding the public void run() method.
* Thread objects can also be created by calling the Thread constructor that takes a Runnable argument. The Runnable object is said to be