Unit 3: Java Input and Output System

Introduction to Java I/O : JDK has two sets of I/O packages: the Standard I/O (in package java.io), introduced since JDK 1.0 for stream based I/O, and, the New I/O (in package java.nio), introduced in JDK 1.4, for more efficient buffer based I/O. Concept of file:   So far we have used variables and arrays for […]