Java – Files I/O

Java Input/Output is used for processing input and giving out output. The package java.io contains all the required classes needed for input/output operation. Java uses the term stream for the representation of I/O operation. Stream A stream is a sequence of data. …

Read moreJava – Files I/O