LocalDate today = new LocalDate(2010, 08, 01);
The compiler reports an error - although LocalDate has a constructor with three ints.
What's its problem, eh?
LocalDate today = new LocalDate(2010, 08, 01);
The compiler reports an error - although LocalDate has a constructor with three ints.
What's its problem, eh?
И, кажется, неплохо: Посмотрим, что будет когда отработает вторая.