A Developer Gateway To IT World...

Techie Uncle Software Testing Core Java Java Spring C Programming Operating System HTML 5 Java 8 ES6 Project

write thread program in which throws InterruptedException should be used?

class One2
{
public static void main(String args[]) throws InterruptedException
{
Thread.sleep(8000);
System.out.println("Om Namoh Narayanah");
}
}












LEARN TUTORIALS

.

.