String-->int
int a=Integer.parseIn(str);
int-->String
String s= a+"";
String-->float
float f=Float.valueOf(str);