Unfortunately, this article confuses some things. Java is strictly pass by value in all cases. Both primitives and references are passed by value. Try changing the value of a reference (not the...