About Question enthuware.ocpjp.v8.2.1384 :
Posted: Wed Nov 09, 2016 11:20 am
The code of the following line:
Is lacking a parenthesis, it should be like this:
See that the parenthesis in the first only close the parseInt method.
Code: Select all
a.assert(Integer.parseInt(args[0]); //4
Code: Select all
a.assert(Integer.parseInt(args[0])); //4