swap 2 elements in an array java code example Example: java switch two items in an array String temp = arr[1]; arr[1] = arr[2]; arr[2] = temp;