Page 1 of 1

About Question enthuware.ocajp.i.v7.2.833 :

Posted: Mon Aug 13, 2012 8:13 pm
by Javanaut
Last sentence in the explanation says, "...System.out.println(this.myValue);..." when the myValue variable is actually called on an object reference,ct, to the class ChangeTest. Also, this would not work in this situation because it is in the static context of main. :lol:

Re: About Question enthuware.ocajp.i.v7.2.833 :

Posted: Mon Aug 13, 2012 8:30 pm
by admin
You are right, it should be ct.myValue. This has now been fixed.

thank you for your feedback!