Java   View all facts   Glossary   Help
member > instance member > instance method > sleep
Next instance methodsynchronized instance method    Upinstance method    Previous instance methodmethod that is declared in Object class   

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  methodMethods  Any method that is invoked with respect to an instance of a class
sleep
try{sleep(time in milliseconds);}
catch (InterruptedException e) {return;}
Thread class Threadsinstance methodto pause a thread for a specified time 

Next instance methodsynchronized instance method    Upinstance method    Previous instance methodmethod that is declared in Object class