Page 1 of 1

About Question enthuware.ocpjp.v11.2.3521 :

Posted: Sat Apr 17, 2021 6:51 am
by Black-millenium

Code: Select all

public class TestClass {
    public static void main(String[] args) throws Exception {
        LocalDate d = LocalDate.of(2020, 1, 2);
        DateTimeFormattter df = DateTimeFormatter.ofPattern("yyyy MMM dd");
    }
} 
DateTimeFormattter
Need new answer variant: Not compile

Re: About Question enthuware.ocpjp.v11.2.3521 :

Posted: Sat Apr 17, 2021 8:16 am
by admin
Fixed.
thank you for your feedback!