Java - Use of ref and out keywords
There is NO ref and out keywords in Java unlike C#. All the parameters are passed by value only.
|
|
There is NO ref and out keywords in Java unlike C#. All the parameters are passed by value only.
|