About Question enthuware.ocpjp.v7.2.1194 :
Moderators: Site Manager, fjwalraven
-
- Posts: 53
- Joined: Fri Sep 20, 2013 7:20 am
- Contact:
About Question enthuware.ocpjp.v7.2.1194 :
It's worth noting the concept of week year is probably one unknown to many (and it certainly wasn't known to me until I just looked it up):
http://docs.oracle.com/javase/7/docs/ap ... #week_year
Using YYYY instead of yyyy would therefore make no difference in 99% of cases but the 1% of cases around the year end/start boundary would cause issues whose cause would not immediately be apparent.
http://docs.oracle.com/javase/7/docs/ap ... #week_year
Using YYYY instead of yyyy would therefore make no difference in 99% of cases but the 1% of cases around the year end/start boundary would cause issues whose cause would not immediately be apparent.
Online
-
- Site Admin
- Posts: 10384
- Joined: Fri Sep 10, 2010 9:26 pm
- Contact:
Re: About Question enthuware.ocpjp.v7.2.1194 :
Very good. Thanks for the link.
-Paul.
-Paul.
-
- Posts: 5
- Joined: Thu Oct 08, 2020 7:23 am
- Contact:
Re: About Question enthuware.ocpjp.v7.2.1194 :
Hello admin.
There is a typo error here System.out.println(dtf.format(LocalDate.now()));
The variable name for all the options is sdf, but the variable name used to format LocalDate.now() is dtf
There is a typo error here System.out.println(dtf.format(LocalDate.now()));
The variable name for all the options is sdf, but the variable name used to format LocalDate.now() is dtf
Online
-
- Site Admin
- Posts: 10384
- Joined: Fri Sep 10, 2010 9:26 pm
- Contact:
Re: About Question enthuware.ocpjp.v7.2.1194 :
Fixed.
thank you for your feedback!
thank you for your feedback!
-
- Posts: 34
- Joined: Sat Jun 06, 2020 4:51 pm
- Contact:
Re: About Question enthuware.ocpjp.v7.2.1194 :
The text/number rules in the explanation are only applicable to 8 symbols h, H, m, s, d, D, M, and e. But you did not include the rules for symbols y, z, S (among the total of 11 symbols that you guys listed as important ones).
Also missing the Z symbol (based on the Jeane + Scott book).
Maybe add year(y), fraction(S), zone-name(z), and zone-offset(Z) rules to complete the explanation?
Also missing the Z symbol (based on the Jeane + Scott book).
Maybe add year(y), fraction(S), zone-name(z), and zone-offset(Z) rules to complete the explanation?
Online
-
- Site Admin
- Posts: 10384
- Joined: Fri Sep 10, 2010 9:26 pm
- Contact:
Re: About Question enthuware.ocpjp.v7.2.1194 :
The explanation lists only the ones that are important for the exam. It will be ok even if you didn't know about others.
The book has its view, we have ours.
The book has its view, we have ours.
-
- Posts: 34
- Joined: Sat Jun 06, 2020 4:51 pm
- Contact:
Re: About Question enthuware.ocpjp.v7.2.1194 :
Thanks for the explanation
Who is online
Users browsing this forum: Bing [Bot] and 7 guests