Introduction
The isLowSurrogate()
method in Java's Character
class is used to check whether the specified character qualifies as a low-surrogate code unit or not. In this lab, you will learn how to use the isLowSurrogate()
method and how it can be used in practical applications.