String[] choix = { "oui", "non" }; List< String > uneListe = Arrays.asList( choix ); uneListe.stream().forEach( System.out::println );