Page 1 of 1

About Question enthuware.ocpjp.v7.2.1276 :

Posted: Tue May 27, 2014 8:00 pm
by ewebxml
Syntax error in code:

The following line:

Code: Select all

public Test(boolean f) { flag = f };
should be written as :

Code: Select all

public Test(boolean f) { flag = f; }
Please confirm.

Re: About Question enthuware.ocpjp.v7.2.1276 :

Posted: Tue May 27, 2014 8:28 pm
by admin
Fixed.
thank you for your feedback!
Paul.