Package java.lang
Class Thread

Public Method start

void start()

_INSERT_METHOD_SIGNATURE_HERE_

Description:

Begin the execution of this thread. The threads run-method will be called. The result is that two threads are running concurrently, the thread who called the start-method and the thread that has been started.