Abhinaw TripathiSep 26, 20171 min readSwap two Strings without using third user defined variable in JavaAns: Given two string variables a and b, swap these variables without using temporary or third variable in Java. Use of library methods...