0 votes
in JAVA by
What do Java 8's ChronoUnits do?

1 Answer

0 votes
by

The enum ChronoUnits was created to take the place of the Integer values which the former API used to indicate the month, day, etc.

Related questions

0 votes
asked Feb 8, 2021 in JAVA by SakshiSharma
0 votes
0 votes
asked Apr 24 in JAVA by Robin
...