Java: Can we do arithmetic operations on a reference variable?
Answers
Answered by
0
No, arithmetic operations cannot be performed on a reference variable because the reference variable is an alias of another variable.
Similar questions