0
How do i veiw a java file output on a computer
help
3 Answers
0
take a look at the File class in java and the static class Files. It has everything you need for creating files.
For reading and writing use a BufferedWriter and reader.
0
whats a buffered reader
0
you should probably do the java course first