cast String and Integer
posted on 17 Dec 2008 12:22 by tazaii in Programmingcast to String from int
String.valueOf(int, boolean,object, Char,long x);
cast to int from String
Integer.parseInt(int x);
cast to String from int
String.valueOf(int, boolean,object, Char,long x);
cast to int from String
Integer.parseInt(int x);