Guest User

Untitled

a guest
Nov 24th, 2017
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.41 KB | None | 0 0
  1. ArrayList<Aluno> al = (ArrayList)ler.readObject();
  2. ler.close();
  3. System.out.print(al);
  4.  
  5. }
  6. } catch (FileNotFoundException ex) {
  7. System.out.printf("Nao encontrado");
  8. System.exit(0);
  9. } catch (IOException ex) {
  10. ex.printStackTrace();
  11. } catch (ClassNotFoundException ex) {
  12. System.out.printf("Nao encontrado.n");
  13. System.exit(0);
  14. }
Add Comment
Please, Sign In to add comment