T
tim
I have been looking at this pattern and it does make sense to me,
except for one thing.
I thought Java was "pass by value". This pattern seems to me to only
make sense if it is using "pass by reference". Am I missing something
here?
Can you use this pattern with "pass by value"?
except for one thing.
I thought Java was "pass by value". This pattern seems to me to only
make sense if it is using "pass by reference". Am I missing something
here?
Can you use this pattern with "pass by value"?