Sleeping for a While
Categories: Java 8(JDK1.8) ||
You can sleep for any period of time from one millisecond up to the lifetime of your computer. For example, the following program would sleep for 3 seconds.Exampleimport java.util.*;public class Sleep