public static void main(String[] args) { List<Integer> list = new ArrayList<>(Arrays.asList(1, 3, 4, 2)); ThreadPoolExecutor th...