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