int i =8;
        String s =Integer.toString(i);
        String g =String.valueOf(i);