Posts by Stanley • 1 point
3 posts
-
0
votes1
answer42
viewsQ: Force the user to type enter
In an excerpt of my code, I need the user to enter to continue the program, however the part where you should receive this entry is ignored. public void buscar_Aluno(){ //metodo que busca um…
-
0
votes1
answer137
viewsQ: Read Arraylist that is serialized
I create and instantiate objects of the student type (abstract class), and add them in the array. After that, the serialization of the same is done. How can I deserialize this array, and print…
-
0
votes0
answers63
viewsQ: Streamcorruptedexception error, when there is de-achievement of an object
I’ve burned my neurons trying to fix it, if anyone can help ; It follows the code that the error occurs. I’m trying to open subclasses that have been serialized, however this error occurs I don’t…