From :
http://java.boot.by/scjp-tiger/
Chapter 4. Concurrency
Prev
Part I. Exam Objectives
Next
Chapter 4. Concurrency
Write code to define, instantiate, and start new threads using both
java.lang.Thread
and
java.lang.Runnable
.