About Question enthuware.ocpjp.v7.2.1276 :
Posted: Tue May 27, 2014 8:00 pm
Syntax error in code:
The following line:
should be written as :
Please confirm.
The following line:
Code: Select all
public Test(boolean f) { flag = f };
Code: Select all
public Test(boolean f) { flag = f; }