import java.lang.*; class Threadx extends Thread { public void run() { int i; try { for(i=1;i<11;i++) { Thread.sleep(1000); System.out.println("2*"+i+"="+(2*i)); } } catch(Exception e) { System.out.println(e); } } } class Thready extends Thread { public void run() { int i; try { for(i=1;i<11;i++) { Thread.sleep(3000); System.out.println("\t3*"+i+"="+(3*i)); } } catch(Exception e) { System.out.println(e); } } } class Threadz extends Thread { public void run() { int i; try { for(i=1;i<11;i++) { Thread.sleep(2000); System.out.println("\t\t4*"+i+"="+(4*i)); } } catch(Exception e) { System.out.println(e); } } } class Table { public static void main(String args[]) { Threadx ob=new Threadx(); ob.start(); Thready ob2=new Thready(); ob2.start(); Threadz ob3=new Threadz(); ob3.start(); } }
this is a net web blog journal diary that is formed and made by a Indian student for faculty,college kids,children and youngsters as a gift for you to hold and carry everywhere and everyplace around the globe.This journal is completely and totally free from price to use and is extremely easy to use and very easy to understand.