0 votes
in JAVA by
Which class is used to represent date and time values in Java?

a) Date

b) Time

c) DateTime

d) LocalDateTime

1 Answer

0 votes
by

Solution: d) LocalDateTime

Explanation: The LocalDateTime class is used to represent date and time values in Java.

...