numbers in characters java code example Example: number to char java char b = Integer.toString(a);//7-->"7" char b = (char) b;//65-->"A"