The getEpochSecond() method output

Report a typo

What is the output of this code?

    Instant instant = Instant.ofEpochSecond(987654L);
    System.out.println(instant.getEpochSecond());
Enter a number
___

Create a free account to access the full topic