Of the classes LocalDate, LocalDateTime, LocalTime, and LocalTimeStamp
,
how many include hours, minutes, and seconds?
B.
LocalDate only includes the date portion and not the time portion.
There is no class named LocalTimeStamp
.
The other two, LocalDateTime and LocalTime, both include the time elements.
Option B is correct.