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.
Download as DOCX, PDF, TXT or read online on Scribd
0 ratings0% found this document useful (0 votes)
11 views
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.