InterviewSolution
Saved Bookmarks
| 1. |
What Is Chromounits In Java8? |
|
Answer» JAVA.time.temporal.ChronoUnit enum is added in Java 8 to replace the INTEGER VALUES USED in old API to represent DAY, month, etc. java.time.temporal.ChronoUnit enum is added in Java 8 to replace the integer values used in old API to represent day, month, etc. |
|