InterviewSolution
Saved Bookmarks
| 1. |
What do you mean by chromounits in java8? |
|
Answer» The Chrono UNIT was added in Java 8 to replace those integer VALUE that was USED in OLD API to represent the MONTH, day, year, etc. unit is defined in the java.time.temporal.ChronoUnit |
|