0
Thread t = new Thread(()->{ for (int i= 1;i<21;i++){ System.out.println(Integer.toString(i); try{ Thread.Sleep(2000); }catch(Exception e){ System.out.println(e); } t.start();
17th Apr 2017, 4:06 PM
Babar Qayyum