Swap two numbers without using a third variable in Java | Core Java | Interview Question
Question: How do you swap two numbers without using a third variable in Java?
The intention of the interviewer behind asking this question:
To check clarity on concepts related to value assignment to variables