Guest User

Untitled

a guest
Jun 20th, 2018
143
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. class;id;nome;celular;email
  2. Aluno;7;Alguem;21 12345678;eu@eu.com
  3. Aluno;2;Fulano;31 4553;
  4. Aluno;5;Sr. Beltrano;;tu@tu.com
  5.  
  6. class;nome;id
  7. Turma;turma1;3
  8. Turma;turma2;26
  9.  
  10. List<String> lines = Files.readAllLines(p, c);
Add Comment
Please, Sign In to add comment