Posts by Javinha • 59 points
1 post
-
4
votes2
answers350
viewsQ: Why is it necessary to close file?
Why is this line required in Java? fout.close(); Context: LinkedList values = new LinkedList(classe.getTurma().values()); if (!values.isEmpty()) { FileOutputStream fout = null; String FILE =…