Guest User

Untitled

a guest
May 27th, 2018
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.16 KB | None | 0 0
  1. List<String> lines = Files.readAllLines(Paths.get("C:\Users\mattone\Desktop\ll\prova.txt"));
  2. for(int i=0;i<lines.size();i++)
  3. {
  4. System.out.println(lines.get(i));
  5. }
Add Comment
Please, Sign In to add comment