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