Showing posts with label pass-by-value. Show all posts
Showing posts with label pass-by-value. Show all posts

Friday, May 25, 2012

Is Java pass-by-reference?


I always thought Java was pass-by-reference, however I've seen a couple of blog posts (e.g. this blog ) that claim it's not. I don't think I understand the distinction they're making.