See the link below:
http://www.javaworld.com/javaworld/javaqa/2000-05/03-qa-0526-pass.html
That is pass by reference. It create more
But now, I want to know how really pass by value does !
Does it create one more cell in memory?
Suppose, I have a variable:
int a = 10;
then pass by value:
method(a);
How does it work?
Thanks for replying :)
--~--~---------~--~----~------------~-------~--~----~
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/javaprogrammingwithpassion?hl=en
-~----------~----~----~----~------~----~------~--~---