






How do I get Java to return the ASCII value of a character?
Question: How do I get Java to return the ASCII value of a character? Answer: Java characters are encoded using Unicodes, two-byte codes that enable coding of non-Roman characters. Fortunately,