Page 1 of 1

About Question com.enthuware.ets.scjp.v6.2.228 :

Posted: Tue Apr 19, 2011 6:19 am
by ETS User
A 'd' is lost int the explanation.(assert enable = true;) and two ; after System.out.println

boolean enabled = false;
assert enable = true;
if(enabled) System.out.println("Assertions are enabled")
else System.out.println("Assertions are disabled")

Re: About Question com.enthuware.ets.scjp.v6.2.228 :

Posted: Tue Apr 19, 2011 8:16 pm
by admin
This has now been fixed. Thanks for the feedback!