What is meant by pass by reference and pass by value in Java? - JAVA Interview Questions

What 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.



Click Here to See Answer .....
Did you like this article ?
Subscribe to my RSS feed and get more JAVA Question, and Guideline, Plus a lot more great advice to help your Software Career.

0 comments:

Related JAVA Questions Posts