Is it possible to write a swap method in java? these two variables will be primitives.
It's not possible, without any objects or arrays. (Java passes stuff by value.)
check here
Is it possible to write a swap method in java? these two variables will be primitives.
It's not possible, without any objects or arrays. (Java passes stuff by value.)
check here