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 ...
Have you ever wondered how Java seamlessly combines its primitive data types with object-oriented programming? Enter wrapper classes, an important but often overlooked Java feature. These special ...