Package java.lang
Class Thread

Public Method join

final void join()

Throws:

final void join(int millis)

Throws:

_INSERT_METHOD_SIGNATURE_HERE_

Description:

Call this method to wait for this thread to die. If the parameter is specified wait at most millis milliseconds for the thread to die. A timeout of 0 means to wait forever.