InterviewSolution
Saved Bookmarks
| 1. |
Explain local datetime API in Java8? |
|
Answer» In new data-time API, one of the CLASS is LOCAL Date-Time API where there is no problem of handling of the time-zones. PROGRAMMERS use this API where time zones are not REQUIRED. Local Date-Time API is defined in the package java.time |
|