What is the output of the following code?

What is the output of the following code?


LocalDate ld1 = LocalDate.of(2021, 4, 20);
System.out.println(ld1.isLeapYear());


Answer: false


Learn More :

Data Structures

Learn More Multiple Choice Question :