In this tutorial learn how you can write a program to swap two numbers in java. For swapping the two numbers we are using a temporary variable. First, we store the value of the first number on temporary memory,...