Page 1 of 1

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

Posted: Sun Apr 07, 2013 9:50 am
by SirZed
The question is: Which of the following options when applied individually will change the Data object currently referred to by the variable d to contain 2, 2 as values for its data fields?

So the answer: Add the following statement: d = new Data(2, 3); is trivially incorrect, since it would set the values to 2 and 3.

You might wish to correct it, so it won't be so obvious.

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

Posted: Sun Apr 07, 2013 10:57 am
by admin
Fixed!
Thank you for your feedback.
-Paul.