Stream.of("AAA","BBB","CCC").parallel().forEach(s->System.out.println("Output:"+s));...