IO stream and File class
1. IO stream object
IO: input output IO is used to flow data from one device to another
Data files flow from disk to memory, from disk to mobile storage device, and from one computer to another
Everything is bytes: any data file is composed of bytes, and bytes are the smallest storage unit in the computer (Java source code, games, music, mov ...
Posted by bhavin_85 on Sun, 28 Nov 2021 05:24:33 -0800