Code source java
Fermé
khaoula
-
Modifié par KX le 5/03/2016 à 22:12
KX Messages postés 16753 Date d'inscription samedi 31 mai 2008 Statut Modérateur Dernière intervention 25 novembre 2024 - 6 mars 2016 à 18:13
KX Messages postés 16753 Date d'inscription samedi 31 mai 2008 Statut Modérateur Dernière intervention 25 novembre 2024 - 6 mars 2016 à 18:13
A voir également:
- Code source java
- Waptrick java football - Télécharger - Jeux vidéo
- Jeux java itel football - Télécharger - Jeux vidéo
- Code asci - Guide
- Code puk bloqué - Guide
- Java apk - Télécharger - Langages
1 réponse
KX
Messages postés
16753
Date d'inscription
samedi 31 mai 2008
Statut
Modérateur
Dernière intervention
25 novembre 2024
3 019
5 mars 2016 à 22:16
5 mars 2016 à 22:16
Bonjour,
Plus simple :
Plus simple :
import java.io.IOException; import java.nio.file.Files; import java.nio.file.Paths; public class Test{ public static void main(String[] args) throws IOException { for (String line : Files.readAllLines(Paths.get("C:/test.txt"))) System.out.println(line); } }
6 mars 2016 à 17:20
6 mars 2016 à 17:32
6 mars 2016 à 17:45
6 mars 2016 à 18:13