Is Java pass by reference or pass by value?
Anonymous
Primitive types(int, double, long, etc..) are pass by value, and objects(any class that inherits from the Object class) are pass by reference.
Check out your Company Bowl for anonymous work chats.