Java File IO

It’s all good and well writing programs that a user can interact with, and programs that print stuff out to the screen. But that has limited usefulness. Serious programs generally have some form of data persistence.

Basically programs often need to store data, or access stored data. And there are a lot of different ways to make that happen.

For now we’ll be focusing on reading and writing files.

Resources:


RAW CONTENT URL