Posts by dracula • 11 points
1 post
-
1
votes2
answers76
viewsQ: Java File Writing Difference
I would like to know the difference in these two methods of Writing in files. Path path = Paths.get("E:/documentos/texte.txt"); Charset utf8 = StandardCharsets.UTF_8; try(BufferedWriter escrever =…