© Iuliana Cosmina 2018
Iuliana CosminaJava for Absolute Beginnershttps://doi.org/10.1007/978-1-4842-3778-6_11

11. Working with Files

Iuliana Cosmina1 
(1)
Edinburgh, UK
 

One of the most important functions in software is information organizing and storage, with the goal of using it and sharing it. Before computers were invented information was written on paper and stored in organized cabinets where it could be retrieved from manually. Software applications that run on computers do something similar. Information is written in files, files are organized in directories and in even more complex structures named databases. Java provides classes to read information from files and databases and classes to write files and write information to databases. In ...

Get Java for Absolute Beginners: Learn to Program the Fundamentals the Java 9+ Way now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.