Java implementation of the Character class
KW.java
Output
kodingwindow@kw:~$ javac KW.java
kodingwindow@kw:~$ java KW ——————————————————————————————————————————— Java implementation of Character class ——————————————————————————————————————————— true true true true true true true false false a A Q ——————————————————————————————————————————— kodingwindow@kw:~$
What Next?
Java implementation of the charAt method
Java program to find the length of a given string
How to find the length of a string without using the length method in java
Advertisement