# Introduction The Java `codePointCount()` method returns the total Unicode code point count of the sub-array of the specified char array. It is a part of `Character` class in Java. The `offset` parameter denotes the starting index of the char array, while the `count` parameter is used to determine the number of characters to consider.
Click the virtual machine below to start practicing