Page 1 of 1

About Question enthuware.ocpjp.ii.v11.-2.-3358 :

Posted: Mon Feb 24, 2020 5:48 pm
by jackdaniels
Missing enclosing quote in the runtime exception message...
throw new RuntimeException("Can't write!);

Re: About Question enthuware.ocpjp.ii.v11.2.3358 :

Posted: Tue Feb 25, 2020 9:19 pm
by admin
Fixed.
thank you for your feedback!

Re: About Question enthuware.ocpjp.ii.v11.2.3358 :

Posted: Mon Nov 23, 2020 3:19 pm
by nirwan84
Still not fixed with the app and question library downloaded more less 2 weeks ago ( so I assume it should contain the fix already).

Re: About Question enthuware.ocpjp.ii.v11.2.3358 :

Posted: Mon Nov 23, 2020 10:35 pm
by admin
Could you please tell me which question bank are you using (the file name such as 1z0-819.ets or something else)?

Re: About Question enthuware.ocpjp.ii.v11.2.3358 :

Posted: Fri Nov 27, 2020 6:46 pm
by nirwan84
1z0-817

Re: About Question enthuware.ocpjp.ii.v11.2.3358 :

Posted: Mon Mar 29, 2021 1:42 pm
by minajev3
Sorry but there is no explanation of WHY method close is invoked in reverse order? It just always close like that?

Re: About Question enthuware.ocpjp.ii.v11.2.3358 :

Posted: Tue Mar 30, 2021 5:35 am
by admin
Resources are closed in the reverse of the order in which they are specified in the try() part. That is a Java language rule about try-with-resources statement. Explanation has now been enhanced to make it clear.
thank you for your feedback!

Re: About Question enthuware.ocpjp.ii.v11.2.3358 :

Posted: Wed Apr 21, 2021 9:46 am
by jeroenisanders
I think in the last line in the explanation: "Device closed 2" should be replaced by "Device closed 1"

Re: About Question enthuware.ocpjp.ii.v11.2.3358 :

Posted: Wed Apr 21, 2021 9:57 am
by admin
You are right. Updated.
thank you for your feedback!