Passing Variables

Java only supports pass by value, NOT pass by reference. (References to objects are passed by value).

For more information, please see the following links (bold-faced links are important, however it is advised that you read them all):