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 a program for thread using objects call.


class A { void display() throws InterruptedException { Thread.sleep(8000); System.out.println("Narayan Narayan"); } } class One3 { public static void main(String args[]) throws InterruptedException { A obj=new A(); obj.display(); } }











LEARN TUTORIALS

.

.