# Introduction This lab will guide you through the process of using the `isLeapYear()` method in the Java `LocalDate` class. The `isLeapYear()` method returns a boolean value of `true` or `false` indicating whether the given year is a leap year or not.
Click the virtual machine below to start practicing