Swap two numbers without using third or temporary variable in java

Program to swap two numbers / variable without temporary or third variable in java using XOR , addition / subtraction , multiplication / division methods