Description should include
- defining a thread object as one that encapsulates an executable instance
- listing several methods (e.g., final String getName( ); final int getPriority( ); final boolean isAlive( ); final void join( ); void run( ); void start( ))
- explaining the functions of high-priority threads and synchronization.