Thread()
Thread(Runnable target)
_INSERT_METHOD_SIGNATURE_HERE_
Description:
constructor Thread():
Creates a new Thread object.
constructor Thread(Runnable target):
Creates a new Thread object. The run()-method of the specified Runnable object will be invoked when the thread is started.