Take a look at the two instances of the LocalDateTime class.
LocalDateTime time1 = LocalDateTime.parse("2017-03-04T11:20");
LocalDateTime time2 = LocalDateTime.parse("2017-03-06T11:40");
Select one correct statement.
Take a look at the two instances of the LocalDateTime class.
LocalDateTime time1 = LocalDateTime.parse("2017-03-04T11:20");
LocalDateTime time2 = LocalDateTime.parse("2017-03-06T11:40");
Select one correct statement.
Create a free account to access the full topic