June 2018
Beginner
722 pages
18h 47m
English
The following group of methods convert all the String value, or only part of it, into Unicode code points of its characters:
We explained Unicode code points in Chapter 5, Java Language Elements and Types. These methods are especially useful when you need to represent characters that do not fit into the two bytes of the char type. Such characters have code points bigger than Character.MAX_VALUE, which is 65535.
Read now
Unlock full access