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?
И, кажется, неплохо: Посмотрим, что будет когда отработает вторая.
Octal literal starts with 0.
ОтветитьУдалитьOctal digits are 0,1,2,3,4,5,6,7.
08 - wrong literal