CS 342 - 10/26/17 Project 3 Due date extended to Sunday 10/29/17 at 11:59pm. Java Threads - Thread class - Runnable Interface Step 1: Create an instance of Thread Step 2: call start() Step 3a: original thread continues execution at line after start() Step 3b: new thread begins execution in run() method