InterviewSolution
Saved Bookmarks
| 1. |
What Is Meant By Pass By Reference And Pass By Value In Java? |
|
Answer» Pass by reference means, PASSING the ADDRESS itself RATHER than passing the value. Pass by value means passing a copy of the value. Pass by reference means, passing the address itself rather than passing the value. Pass by value means passing a copy of the value. |
|