A Developer Gateway To IT World...

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

Simple thread program in java


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

LEARN TUTORIALS

.

.