0
What Is difference between call by value, call by address, call by reference
2 odpowiedzi
+ 1
There are two ways to pass value or data to function :
call by value and call by reference.
Original value is not modified in call by value but it is modified in call by reference.
+ 1
java support only call by value