Posts by Bell Coutinho • 13 points
2 posts
-
-1
votes1
answer27
viewsQ: How to read an object from a file?
Personal when I try to read the objects saved in a file appears the following error message. Nome: Gabriel Código: 123 Telefone: 12345678 java.io.StreamCorruptedException: invalid type code: AC at…
-
1
votes1
answer480
viewsQ: How to read and save an object to a java file
Personal What can I do to read an object from a file correctly? What is the problem with my code? import java.io.File; import java.io.FileInputStream; import java.io.FileOutputStream; import…