|
I had a discussion about this with my professor a while back, and Java actually does pass by value (as far as objects are concerned), but the value is that of the memory reference, as opposed to the actual memory reference. I'm not sure what use that knowledge is, but there it is.
|