Chris Anderson Total Post:197 Points:985 Posted by Chris Anderson June-13-2012 1:41 AM Java Java 1 Answer(s) 2244 View(s) Ratings: Rate this:
Chris Anderson Post:197 Points:985 What is meant by pass by reference and pass by value in Java? Posted on 5 years ago Pass by reference means, passing the address itself rather than passing the value. Pass by value means passing a copy of the value.
Post:197
Points:985What is meant by pass by reference and pass by value in Java?
Pass by reference means, passing the address itself rather than passing the value. Pass by value means passing a copy of the value.