Java View all facts Glossary Help |
member > instance member > instance method > join |
join comparison table |
Subject | have syntax | be a member of | is a kind of | is a subtopic of | is an instance of | have purpose | has definition |
---|---|---|---|---|---|---|---|
instance method | method | Methods | Any method that is invoked with respect to an instance of a class | ||||
join | thread.join(0)The argument specifies the time in milliseconds the program is to wait. 0 means the program will wait as long as necessary | Thread class | Threads | instance method | to direct a program to wait for a thread to finish its work |
Next instance method: method that is declared in Object class Up: instance method Previous instance method: abstract method