Computer Science, asked by gv5570764, 3 months ago

what does clock.tick() function do

Answers

Answered by heyParam
0

Answer:

Clock tick() Method in Java with Examples. tick(Clock baseClock, Duration tickDuration) method of java.time.Clock is a static method of Clock class which returns a clock that returns instants from the base clock rounded to the nearest occurrence of the specified duration in the parameter.

Similar questions