Which statement is true about formatting and parsing of temporal objects? Select the one correct answer. (a)
Question:
Which statement is true about formatting and parsing of temporal objects?
Select the one correct answer.
(a) The DateTimeFormatter class provides only factory methods to obtain
predefined formatters.
(b) The styles defined by the java.time.format.FormatStyle enum type
are based on the ISO standard.
(c) The ofLocalizedDate() method of the DateTimeFormatter class
returns a formatter that is based on a letter pattern passed as argument to the
method.
(d) The pattern "yy-mm-dd" can be used to create a formatter that can format a
LocalDate object.
(e) None of the above.
Fantastic news! We've Found the answer you've been seeking!
Step by Step Answer:
Related Book For
Programmers Guide To Java SE 8 Oracle Certified Associate OCA
ISBN: 9780132930215
1st Edition
Authors: Khalid Mughal, Rolf Rasmussen
Question Posted: