public class Sleep extends Object
| Constructor and Description |
|---|
Sleep() |
| Modifier and Type | Method and Description |
|---|---|
static void |
main(String[] args)
Sleeps for a given time
|
static void |
sleep(long seconds)
Sleeps for a given time
|
static void |
sleep(String time)
Sleeps for a given time
|
public static void sleep(String time) throws NumberFormatException, InterruptedException
public static void sleep(long seconds)
throws InterruptedException
InterruptedExceptionCopyright © 2018. All rights reserved.