Instead, object references are passed by value!
- A method cannot modify a parameter of a primitive type.
- A method can change the state of an object parameter.
- A method cannot make an object parameter refer to a new object.
Instead, object references are passed by value!