class test2 { public void static main(String a[]) { System.out.println("hello2" + a[0]); } }