Java people, STOP using BufferedReader/Writer, Input/Output streams for small files. Since Java 11, there's a much simpler Files.writeString() and Files.readString(). In general, the "Files" class ...