Question 156
Given:
Which is true?
Question 157
Given:
What is the result?
Question 158
Which two statements set the default locale used for formatting numbers, currency, and percentages? (Choose two.)
Question 159
Given:
LocalDate d1 = LocalDate.of(1997,2,7);
DateTimeFormatter dtf =
DateTimeFormatter.ofPattern( /*insert code here*/ );
System.out.println(dtf.format (d1));
Which pattern formats the date as Friday 7th of February 1997?
Question 160
Given:
What is the correct definition of the JsonField annotation that makes the Point class compile?
A)
B)
C)

