What is the result of the subtractFrom() operation?
Period period = Period.of(1, 1, 1);
System.out.println(period.subtractFrom(LocalDate.of(2000, 2, 22)));What is the result of the subtractFrom() operation?
Period period = Period.of(1, 1, 1);
System.out.println(period.subtractFrom(LocalDate.of(2000, 2, 22)));Create a free account to access the full topic