Java Character equals() Example

Like Math class comes with many methods to do simple arithmetic calculations, java.lang.Character class comes with many methods to manipulate characters like from lowercase to uppercase and to find what type of Character is like uppercase letter or a digit etc. Character class is a boon to Java Programmer to do with characters in coding. …

Java Character equals() Example Read More »