The document outlines various functions of the Character class in Java, including methods to check if a character is lower case, upper case, a letter, a digit, or whitespace, as well as methods to convert between cases. Each function is described with its purpose, return type, and an example output. Additionally, it explains how to create a Character class object and mentions the default value of the character data type.
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0 ratings0% found this document useful (0 votes)
15 views2 pages
Character class functions
The document outlines various functions of the Character class in Java, including methods to check if a character is lower case, upper case, a letter, a digit, or whitespace, as well as methods to convert between cases. Each function is described with its purpose, return type, and an example output. Additionally, it explains how to create a Character class object and mentions the default value of the character data type.