The Duration addTo() method

Report a typo

What is the output of the following code?

    Duration duration = Duration.of(75, ChronoUnit.MINUTES);
    System.out.println(duration.addTo(LocalTime.of(20, 2, 22)));
Enter a short text
___

Create a free account to access the full topic