InterviewSolution
Saved Bookmarks
| 1. |
What does LocalTime represent?(a) Date without time(b) Time without Date(c) Date and Time(d) Date and Time with timezone |
|
Answer» Correct answer is (b) Time without Date For explanation: LocalTime of joda library represents time without date. |
|