Study 1Z0-830 Java 21 Date/Time API: key concepts, common traps, and exam decision cues.
This chapter is lighter than streams or OOP, but it is still a clean source of exam points if you keep immutability, zones, and date-vs-time duration logic straight.
| Lesson | Focus |
|---|---|
| 2.1 Core Time | Learn how to choose the right date/time type and avoid zone, formatting, and DST mistakes. |
| If the question is really about… | Go first to… |
|---|---|
choosing between LocalDate, Instant, and ZonedDateTime |
2.1 Core Time |
Period vs Duration, formatting, or parsing |
2.1 Core Time |
| daylight saving time or zone conversion | 2.1 Core Time |