About Question com.enthuware.ets.scjp.v6.1.815 :
Posted: Thu Oct 20, 2011 9:30 pm
I don't think this is right. Please correct me if I am wrong, but here is what I have.
Step 1:
s = [324, 325, 326, 327, 328]
sub = [326, 327, 328] // because the true,true it should include both 326 and 328
add 329.
s = [324, 325, 326, 327, 328, 329]
sub = [326, 327, 328] // because 329 is out of range of the subset
If I am wrong, can you tell me how the true, true values work in .subSet??
thanks
Step 1:
s = [324, 325, 326, 327, 328]
sub = [326, 327, 328] // because the true,true it should include both 326 and 328
add 329.
s = [324, 325, 326, 327, 328, 329]
sub = [326, 327, 328] // because 329 is out of range of the subset
If I am wrong, can you tell me how the true, true values work in .subSet??
thanks