Java View all facts Glossary Help |
member > instance member > instance method > sleep |
sleep 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 | ||||
sleep | try{sleep(time in milliseconds);} | Thread class | Threads | instance method | to pause a thread for a specified time |
Next instance method: synchronized instance method Up: instance method Previous instance method: method that is declared in Object class