Discussion board
Call by reference in Java ?
By Arindam Ghosh Roy
In java can we have methods with call by reference of parameters ?
Reply
Post   Reset
Arun Kumar Das replied to Arindam Ghosh Roy Tuesday, May 18, 2010
No, it is strongly advised to call methods by value.