A Java string is a sequence of characters that exists as an object of the class java.lang. Java strings are created and manipulated through the string class. Once created, a string is immutable -- its ...
I ended up casting the int I wanted to convert as a char. Not precisely what I wanted, but I got the job done. Thanks for the reply. Click to expand... In case you're still interested the correct way ...