News

I'm trying to get a stack of char in Java but it keeps throwing an error about char being an unexpected type. Just to warn you, I've been using Java for <3 weeks, so ...
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.