Duration ofSeconds(long) method in Java with Examples
The ofSeconds(long) method of Duration Class in java.time package is used to get a duration in a 1 second format. In this method, the seconds are calculated as total seconds in 1 second format, i.e. 1 second per second. Syntax: public static Duration ofSeconds(long seconds) Parameters: This method a