About Question enthuware.ocpjp.v7.2.1389 :
Posted: Mon Aug 19, 2013 10:53 am
There's a bug in the explanation code:
should be
Code: Select all
transient Bond bonds = new Bond[]{ };
Code: Select all
transient Bond bonds[] = new Bond[]{ };