Add to Chrome
✅ The verified answer to this question is available below. Our community-reviewed solutions help you understand the material better.
Як створити об'єкт локальна дата 1 квітня 2019?
LocalDate.of(1, 4, 2019);
new LocalDate(1, 4, 2019);
LocalDate.of(2019, 4, 1);
new LocalDate(2019, 1, 4);
Get Unlimited Answers To Exam Questions - Install Crowdly Extension Now!