ok i am confused...

what about arrays?

if:

int i[] = {1};

and i pass it to a method and the method changes it, the actual array is changed. so after the initial change in a method, if...