Actualités

As we can now see, the definition of a char data type makes more sense when we say "stores a single character or an ASCII value" since we could set it to either a numeric value or use single quotes to ...
Character.getNumericValue(aChar) will let me convert a char into an int. I want to know how I can reverse the process and get a char from an integer? Thanks.