java_character
Java Character Class
Java Character is a wrapper class for the Java char primitive type, providing utility methods for manipulating and testing characters. It includes methods for checking if a character is a letter, digit, or whitespace, as well as for converting characters to uppercase or lowercase. Introduced in Java 1995 with Java 1.0, Character is part of Java's java.lang package and is frequently used in text processing, validation, and character encoding tasks.
https://docs.oracle.com/javase/8/docs/api/java/lang/Character.html
java_character.txt · Last modified: 2025/02/01 06:49 by 127.0.0.1