There's no way to change a local variable in Java,...
# eap
m
There's no way to change a local variable in Java, so we're forced to use array[1] or a mutable reference.
1