Creation should include
- adding more instances of a thread, each of which establishes an independent thread of execution
- identifying Java's two means for determining whether a thread has ended: isAlive( ) and join( )
- understanding that all created threads share the central processing unit (CPU) processing time and that Java is free to schedule each thread in its own way.