Character class Methods Java

Java Character class comes with many static methods with which a given character can be tested for a criteria like it is upper case letter or lower case letter or a digit etc. It is placed by Designers in java.lang package so that is it is implicitly imported and available fro each program you write. …

Character class Methods Java Read More »