Java Character isLowSurrogate Method

# 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.

|60 : 00

Click the virtual machine below to start practicing