I want to convert integer n to string s, I will use
n = Integer.valueOf(s);
s=Integer.toString()
n=integer.parseInt(s)
s=Integer.toString(n)