Wednesday, April 05, 2006

Call by Value Vs Call by Reference

In Java everything is pass-by-value. If you pass a reference to an object, that reference itself is passed by value.

0 Comments:

Post a Comment

<< Home